mirror of https://github.com/zulip/zulip.git
18 lines
609 B
HTML
18 lines
609 B
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;">
|
|
{% block content %}{% endblock %}
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
{% block manage_preferences %}{% endblock %}
|
|
</body>
|
|
</html>
|