23 lines
492 B
HTML
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>
|