You're looking at it

Homepage: https://roundabout-host.com

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.

 email-change.txt

View raw Download
text/plain • 418 B
ASCII text
        
            
1
{% extends "mail.txt" %}
2
{% block content %}
3
# You must verify your email address
4
5
Someone has requested that the account {{ username }} use this email address ({{ new_email }})
6
on this server. This email is safe to ignore; you will keep your current email address.
7
This will expire in 24 hours.
8
Please access the following WWW address to verify this email address:
9
10
<{{ url }}>
11
{% endblock %}
12