server actix for cannabinieri website
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
{% extends "base.html" %}
|
|
{% block title %}Privacy Policy{%endblock%}
|
|
|
|
{% block content %}
|
|
<div id="privacy_container">
|
|
<h2>Privacy Policy</h2>
|
|
<div id="statements">
|
|
<h6>We value your anonymity</h6>
|
|
<p>This page is designed to be fully functional in the Tor Browser.<br>
|
|
If you scroll trough the source code of this page, which you can <a>here</a> you won't find a line of Javascript.
|
|
..and so on, informal
|
|
</p>
|
|
</div>
|
|
</div>
|
|
{% endblock %}
|