mirror of
https://github.com/element-hq/synapse.git
synced 2024-12-21 12:14:29 +03:00
11 lines
222 B
HTML
11 lines
222 B
HTML
|
<html>
|
||
|
<title>time to reset your password!!!</title>
|
||
|
<body>
|
||
|
<p>here's the link you forgetful person you!</p>
|
||
|
|
||
|
<a href="{{ link }}">Reset your password</a>
|
||
|
|
||
|
<p>now get on back to happy town!</p>
|
||
|
</body>
|
||
|
</html>
|