Update page contents

This commit is contained in:
2026-06-24 08:17:35 -04:00
parent cb53a00e27
commit 9b5cd0c611
2 changed files with 22 additions and 6 deletions

View File

@@ -171,8 +171,8 @@
<nav aria-label="quick links">
<a href="https://youtube.com">youtube <kbd>y</kbd></a>
<a href="https://git.fsdproject.org">Fsd Git <kbd>f</kbd></a>
<a href="https://git.vxserver.dev">Personal Git <kbd>g</kbd></a>
<a href="https://git.fsdproject.org">fsd git <kbd>f</kbd></a>
<a href="https://git.vxserver.dev">my git <kbd>g</kbd></a>
</nav>
<footer>
@@ -194,6 +194,7 @@
function tick() {
const now = new Date();
clock.textContent = now.toLocaleTimeString([], {
timeZone: "{{.Timezone}}",
hour: "2-digit",
minute: "2-digit",
hour12: true