2022-12-05 09:53:41 -05:00
|
|
|
<html><head>
|
|
|
|
<meta http-equiv="content-type" content="text/html; charset=UTF-8"></head><body>{% extends "_base.html" %}
|
|
|
|
{% block title %}Registration{% endblock %}
|
|
|
|
|
|
|
|
{% block body %}
|
|
|
|
<p>You have asked us to register this email with a new Matrix account.
|
|
|
|
If this was you, please click the link below to confirm your email
|
|
|
|
address:</p>
|
|
|
|
|
|
|
|
<a href="https://envs.sh/%7B%7B%20link%20%7D%7D">Verify Your Email Address</a>
|
|
|
|
|
|
|
|
<p>If this was not you, you can safely disregard this email.</p>
|
|
|
|
|
2022-12-05 10:38:40 -05:00
|
|
|
<p><strong><u>Note:</u></strong> When you register on this Homeserver will automatically be joined to:<br>
|
2022-12-05 10:42:26 -05:00
|
|
|
<a href="https://matrix.to/#/#home:envs.net">#home:envs.net</a> and <a href="https://matrix.to/#/#lounge:envs.net">#lounge:envs.net</a>.</p>
|
2022-12-05 09:53:41 -05:00
|
|
|
|
|
|
|
<p>Thank you.</p>
|
|
|
|
{% endblock %}
|
|
|
|
</body></html>
|