mirror of
https://git.envs.net/envs/matrix-conf.git
synced 2025-02-10 04:08:35 -05:00
19 lines
666 B
HTML
19 lines
666 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>Note:</strong> who register on this homeserver will automatically be joined to:<br>
|
|
#home:envs.net and #lounge:envs.net.</p>
|
|
|
|
<p>Thank you.</p>
|
|
{% endblock %}
|
|
</body></html> |