summary refs log tree commit diff
path: root/docs/privacy_policy_templates/en/1.0.html
blob: 55c5e4b612fc80e4d3bf84ad5d051bcc654b1e18 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!doctype html>
<html lang="en">
  <head>
    <title>Matrix.org Privacy policy</title>
  </head>
  <body>
  {% if has_consented %}
    <p>
      Your base already belong to us.
    </p>
  {% else %}
    <p>
      All your base are belong to us.
    </p>
    <form method="post" action="consent">
      <input type="hidden" name="v" value="{{version}}"/>
      <input type="hidden" name="u" value="{{user}}"/>
      <input type="hidden" name="h" value="{{userhmac}}"/>
      <input type="submit" value="Sure thing!"/>
    </form>
  {% endif %}
  </body>
</html>