This commit is contained in:
Boof 2023-01-17 12:00:39 +01:00 committed by GitHub
parent 4f9fbeab02
commit 4897f0188c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,10 +16,12 @@
setTimeout(resolve, milliseconds);
});
}
var timesdown = 0
window.onload = async function startdown(){
while(true) {
await delay(10);
fetch('https://t0m0t0w.github.io/favicon.png', {cache: "no-store"})
timesdown + 1
}
}
let speed = 1000