This commit is contained in:
nelle 2024-09-02 16:59:22 -06:00
parent 06adf9537a
commit 9f0b408f22
2 changed files with 3 additions and 13 deletions

View file

@ -1,5 +1,7 @@
document.addEventListener("keydown", (event) => {
if (event.ctrlKey && event.key === "`") {
window.location.replace("/sn");
console.log("awawawawawawawawawawawawawawawawawawawawawawawawawawawawawawawawawawa")
console.log("[©⌴©]")
console.log("NL-044D-3B71D280")
}
});

View file

@ -1,12 +0,0 @@
---
import Layout from "../layouts/Layout.astro";
---
<Layout title="nelle.observer">
<main>
<!-- Title Area -->
<section class="content" style="text-align:center">
<span class="glitch">NL-044D-3B71D280</span>
</section>
</main>
</Layout>