47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
{% extends "base.html" %}
|
|
|
|
{% block title %}FAQ{% endblock title %}
|
|
|
|
{% block style %}
|
|
<style>
|
|
|
|
.infobox {
|
|
background-color: #fff;
|
|
width: 33%;
|
|
margin: auto;
|
|
padding: 5px;
|
|
bottom: 0;
|
|
border: 1px solid black;
|
|
text-align: left;
|
|
}
|
|
|
|
</style>
|
|
{% endblock style %}
|
|
|
|
{% block main %}
|
|
<h2>FAQ</h2>
|
|
<div class="infobox">
|
|
<h4>What is this place?</h4>
|
|
<p>
|
|
<a href="https://www.4chan.org">4chan</a> will periodically (every 15-60
|
|
minutes) publish a small list of bans that have been handed out on the
|
|
website for transparency. This website exists to archive those bans and
|
|
uphold that transparency.
|
|
</p>
|
|
<h4>What happened to 4bans?</h4>
|
|
<p>
|
|
4bans is still around. I'm not affiliated with them. Their DNS provider was
|
|
having "major issues" - I don't know the full situation. They are still
|
|
accessible through their IP address directly:
|
|
<a href="http://185.10.68.107:1776">http://185.10.68.107:1776</a>
|
|
</p>
|
|
<p>
|
|
And if you're the 4bans guy and you're reading this, keep up the good work.
|
|
</p>
|
|
<h4>What is the .onion site?</h4>
|
|
<p>
|
|
<a href="http://pm3bdioeixdqfghr7skwubvrxwtnrech443kaf7yevi5jbjns2mewvad.onion/bans">http://pm3bdioeixdqfghr7skwubvrxwtnrech443kaf7yevi5jbjns2mewvad.onion/bans</a>
|
|
</p>
|
|
</div>
|
|
{% endblock %}
|