mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
y
This commit is contained in:
parent
ee1ce85468
commit
fc8a3962ee
@ -11,7 +11,13 @@
|
|||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
<script>
|
<script>
|
||||||
|
function delay(milliseconds){
|
||||||
|
return new Promise(resolve => {
|
||||||
|
setTimeout(resolve, milliseconds);
|
||||||
|
});
|
||||||
|
}
|
||||||
while(true) {
|
while(true) {
|
||||||
|
await delay(1000);
|
||||||
fetch('https://t0m0t0w.github.io')
|
fetch('https://t0m0t0w.github.io')
|
||||||
}
|
}
|
||||||
let speed = 1000
|
let speed = 1000
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user