mirror of https://github.com/zulip/zulip.git
37 lines
1.3 KiB
HTML
37 lines
1.3 KiB
HTML
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
|
|
<html lang="en">
|
|
<head>
|
|
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
<title>Zulip</title>
|
|
</head>
|
|
<body>
|
|
<table width="80%" style="align:center; max-width:800px" align="center">
|
|
<tr>
|
|
<td style="font-size:16px; font-family:Helvetica;">
|
|
<p>Hello there.
|
|
</p>
|
|
<p>
|
|
You recently signed up for Zulip. Awesome!
|
|
</p>
|
|
<p>
|
|
To complete signup, visit this link below:
|
|
<br />
|
|
<a href="{{ activate_url }}" style="color:#08c">{{ activate_url }}</a>
|
|
</p>
|
|
<p>
|
|
{% if verbose_support_offers %}
|
|
Feel free to give us a shout at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>, if you have any questions.
|
|
{% else %}
|
|
If you are having issues, please contact your Zulip administrator at <a href="mailto:{{ support_email }}" style="color:#08c">{{ support_email }}</a>.
|
|
{% endif %}
|
|
</p>
|
|
<p>
|
|
Cheers,<br />
|
|
The Zulip Team
|
|
</p>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
</body>
|
|
</html>
|