Important information: Google announced that, from September 2026, Android devices will require ALL apps to be signed by Google, effectively leading to an iOS situation. Value your right to a computer that does what you want; do not tolerate this monopolistic practice! Contact me if you don't understand why it is bad. Click to learn more.

 mail.html

View raw Download
text/html • 570 B
HTML document, ASCII text
        
            
1
<!DOCTYPE html>
2
<html lang="en">
3
<head>
4
<meta charset="UTF-8">
5
</head>
6
<body>
7
<header>
8
9
</header>
10
<main>
11
{% block content %}
12
{% endblock %}
13
</main>
14
<footer>
15
<small>
16
For any inquiries, write to <a href="mailto:{{ config.CONTACT_EMAIL }}"></a><br>. To adjust your email
17
notification preferences, log in to your account in a browser and visit
18
<a href="{{ config.web_protocol }}://{{ config.BASE_DOMAIN }}/settings">your user settings</a>.
19
</small>
20
</footer>
21
</body>
22
</html>