You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
430 B
HTML
21 lines
430 B
HTML
4 years ago
|
{% extends "public/templates/main_template.html" %}
|
||
|
|
||
|
{% block title %}NOT AN ERROR{% endblock %}
|
||
|
|
||
|
{% block main %}
|
||
|
<div class="colorbackground">
|
||
|
<div id="indexyellowleft"></div>
|
||
|
<div id="indexyellowright"></div>
|
||
|
</div>
|
||
|
|
||
|
<div class="indextext">
|
||
|
<dl>
|
||
|
<dt id="indexabout">ov73e3lxezo2klxva2frlzqbb2usiozqbe56xiochvz5lznpkk6kw4ad.onion</dt>
|
||
|
</dl>
|
||
|
|
||
|
<h1>TACTICAL WATERMARKS<br>ON TOR BROWSER!</h1>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
{% endblock %}
|