main #8

Closed
limepotato wants to merge 183 commits from main into blog-drafts
2 changed files with 3 additions and 13 deletions
Showing only changes of commit 9f0b408f22 - Show all commits

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>