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.
 
 
 
 
 
 

27 rivejä
724 B

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4. <title>Matrix.org Privacy policy</title>
  5. </head>
  6. <body>
  7. {% if has_consented %}
  8. <p>
  9. Your base already belong to us.
  10. </p>
  11. {% else %}
  12. <p>
  13. All your base are belong to us.
  14. </p>
  15. {% if not public_version %}
  16. <!-- The variables used here are only provided when the 'u' param is given to the homeserver -->
  17. <form method="post" action="consent">
  18. <input type="hidden" name="v" value="{{version}}"/>
  19. <input type="hidden" name="u" value="{{user}}"/>
  20. <input type="hidden" name="h" value="{{userhmac}}"/>
  21. <input type="submit" value="Sure thing!"/>
  22. </form>
  23. {% endif %}
  24. {% endif %}
  25. </body>
  26. </html>