awa
This commit is contained in:
parent
06adf9537a
commit
9f0b408f22
2 changed files with 3 additions and 13 deletions
|
@ -1,5 +1,7 @@
|
||||||
document.addEventListener("keydown", (event) => {
|
document.addEventListener("keydown", (event) => {
|
||||||
if (event.ctrlKey && event.key === "`") {
|
if (event.ctrlKey && event.key === "`") {
|
||||||
window.location.replace("/sn");
|
console.log("awawawawawawawawawawawawawawawawawawawawawawawawawawawawawawawawawawa")
|
||||||
|
console.log("[©⌴©]")
|
||||||
|
console.log("NL-044D-3B71D280")
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
|
@ -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>
|
|
Loading…
Reference in a new issue