Add hardcoded contact info

This commit is contained in:
Minecon724 2025-06-15 15:41:57 +02:00
commit c218e5a234
Signed by: Minecon724
GPG key ID: A02E6E67AB961189
2 changed files with 12 additions and 0 deletions

View file

@ -4,6 +4,8 @@
<p>There's not much left to manage.</p>
<br>
<p>Here's what you should do:</p>
<ol>
@ -31,5 +33,9 @@
</ol>
<p>Thank you for having an account with us.</p>
<br>
<p>Questions? <a href="https://git.m724.eu/id.420129/about/src/branch/master/README.md">Contact here.</a></p>
{% endblock %}

View file

@ -7,6 +7,8 @@
{% if has_prefs %}
<p>However, you can still export your saved preferences for use with another Invidious instance.</p>
<br>
<p>Here's what you should do:</p>
<ol>
@ -29,4 +31,8 @@
<p>Right now, you don't have anything to export.</p>
{% endif %}
<br>
<p>Questions? <a href="https://git.m724.eu/id.420129/about/src/branch/master/README.md">Contact here.</a></p>
{% endblock %}