Private
Public Access
1
0
Files
rowsandall/rowers/templates/emailbase.html
Sander Roosendaal 9c76dd7ccd alert email
2019-08-29 15:10:26 +02:00

23 lines
492 B
HTML

<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width">
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Rowsandall</title>
<style>
</style>
</head>
<body>
<font face="verdana, sans-serif">
<img src="https://rowsandall.com/static/img/logoemail.png" height="50">
<font face="verdana, sans-serif">
{% block body %}
{% endblock %}
</font>
</body>
</html>