deleted the entire website but everything's okay now
This commit is contained in:
13
output/main.js
Normal file
13
output/main.js
Normal 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"
|
||||
});
|
||||
}
|
||||
Reference in New Issue
Block a user