mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2024-12-18 05:24:18 -05:00
19 lines
776 B
HTML
19 lines
776 B
HTML
<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>
|
|
|
|
<p><strong><u>Note:</u></strong> When you register on this Homeserver will automatically be joined to:<br>
|
|
<a href="https://matrix.to/#/#home:envs.net">#home:envs.net</a> and <a href="https://matrix.to/#/#home:envs.net">#lounge:envs.net</a>.</p>
|
|
|
|
<p>Thank you.</p>
|
|
{% endblock %}
|
|
</body></html> |