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.

15 lines
462 B

2 years ago
  1. {% extends "base.html" %}
  2. {% block title %}Privacy Policy{%endblock%}
  3. {% block content %}
  4. <div id="privacy_container">
  5. <h2>Privacy Policy</h2>
  6. <div id="statements">
  7. <h6>We value your anonymity</h6>
  8. <p>This page is designed to be fully functional in the Tor Browser.<br>
  9. If you scroll trough the source code of this page, which you can <a>here</a> you won't find a line of Javascript.
  10. ..and so on, informal
  11. </p>
  12. </div>
  13. </div>
  14. {% endblock %}