deleted the entire website but everything's okay now

This commit is contained in:
Lazy Hippopotamus
2024-03-05 11:57:56 -05:00
parent 52390303a1
commit 6009c4ed40
47 changed files with 4258 additions and 0 deletions

13
site/main.js Normal file
View File

@@ -0,0 +1,13 @@
window.onresize = () => { // stupid hack for mobile browsers. Won't do anything on desktop.
document.getElementById("main").style.height = window.innerHeight + "px";
document.getElementById("bg").style.height = window.innerHeight + "px";
};
window.onresize();
if (localStorage.refered) {
delete localStorage.refered;
document.getElementById("shape").scrollIntoView({
"behavior": "smooth"
});
}