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.
15 lines
313 B
HTML
15 lines
313 B
HTML
{% extends "public/templates/public_template.html" %}
|
|
|
|
{% block title %}ABOUT TACTICAL WATERMARKS{% endblock %}
|
|
|
|
{% block main %}
|
|
|
|
<div class="spaceleft">
|
|
<h3>What is Tactical Watermarks</h3>
|
|
<h4>The Project</h4>
|
|
<h4>Each Step</h4>
|
|
<h4>The thesis</h4>
|
|
<h4>Why on Tor Browser?</h4>
|
|
</div>
|
|
{% endblock %}
|