mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2024-10-01 11:49:51 -04:00
18 lines
454 B
HTML
18 lines
454 B
HTML
|
<!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>
|