mirror of
https://mau.dev/maunium/synapse.git
synced 2024-10-01 01:36:05 -04:00
47815edcfa
Hopefully there are enough comments and docs in this that it makes sense on its own.
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>
|