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
428 B
HTML
21 lines
428 B
HTML
{% extends "public/templates/main_template.html" %}
|
|
|
|
{% block title %}404{% 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!<br>404</h1>
|
|
|
|
</div>
|
|
|
|
{% endblock %}
|