home: update back urls

This commit is contained in:
2026-07-24 16:43:49 +01:00
parent 3b661a698e
commit 7d4f8ca9c5
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -25,7 +25,7 @@
<li>the mailserver also has a few other functions. it is an admin dashboard, which anyone can use to configure their own email account, and also the oidc (auth) provider.</li> <li>the mailserver also has a few other functions. it is an admin dashboard, which anyone can use to configure their own email account, and also the oidc (auth) provider.</li>
</ul> </ul>
</div> </div>
<a href="/" class="self-start font-normal pop">← back</a> <a href="/index.html" class="self-start font-normal pop">← back</a>
</div> </div>
</body> </body>
</html> </html>
+1 -1
View File
@@ -31,7 +31,7 @@
</ul> </ul>
</div> </div>
<div class="flex justify-between items-center"> <div class="flex justify-between items-center">
<a href="/" class="self-start font-normal pop">← back</a> <a href="/index.html" class="self-start font-normal pop">← back</a>
<p class="font-extralight small">updated 2026-07-24 (<a href="https://git.atom.town/atom/town/commits/branch/main/home/terms-privacy.html" target="_blank" class="small">history</a>)</p> <p class="font-extralight small">updated 2026-07-24 (<a href="https://git.atom.town/atom/town/commits/branch/main/home/terms-privacy.html" target="_blank" class="small">history</a>)</p>
</div> </div>
</div> </div>