mirror of
https://mau.dev/maunium/synapse.git
synced 2024-12-14 20:33:53 +01:00
47815edcfa
Hopefully there are enough comments and docs in this that it makes sense on its own.
17 lines
454 B
HTML
17 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>
|