summary refs log tree commit diff
path: root/docs/privacy_policy_templates/en/1.0.html
blob: ab8666f0c38a644a465775a5d3a1ac7a3bda4f12 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!doctype html>
<html lang="en">
  <head>
    <title>Matrix.org Privacy policy</title>
  </head>
  <body>
    <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>
  </body>
</html>