join page

This commit is contained in:
metacryst
2025-09-24 02:36:51 -05:00
parent a58632d983
commit 7c8fd24b49
2 changed files with 6 additions and 2 deletions

View File

@@ -53,6 +53,10 @@
<span id="title" onclick='window.location.href="/"'>hyperia
</span>
<p style="position: absolute; top: 50%; left: 50%; transform: translate(-50%, -50%)">
Hyperia is invite-only. You'll need a friend to invite you.
</p>
<script>
Array.from($("a*")).forEach((link) => {
link.addEventListener("click", () => window.history.pushState("", "", link.innerHTML.toLowerCase()))