home: add a last updated timestamp to terms & privacy

This commit is contained in:
2026-07-24 10:10:59 +01:00
parent 81486654de
commit 33eb9d7748
3 changed files with 20 additions and 4 deletions
+2 -2
View File
@@ -14,11 +14,11 @@
<img src="assets/logo.avif" class="logo" />
<div class="flex flex-col gap-8 mt-4">
<p class="font-light">hello, and welcome to atom.town. here, you will be at home.</p>
<div class="flex flex-col">
<div class="flex flex-col w-fit">
<a href="https://mail.atom.town" target="_blank" class="font-normal pop big">webmail</a>
<a href="https://git.atom.town" target="_blank" class="font-normal pop big">git</a>
</div>
<div class="flex flex-col">
<div class="flex flex-col w-fit">
<a href="terms-privacy.html" class="font-normal pop big">terms & privacy</a>
<a href="setup.html" class="font-normal pop big">setup</a>
</div>