Update autoupdate.html

This commit is contained in:
genizy
2026-04-09 18:51:48 -07:00
committed by GitHub
parent bd31818bdf
commit 28d44b772c

View File

@@ -3,7 +3,7 @@
function launch() { function launch() {
try { try {
fetch("https://cdn.jsdelivr.net/gh/freebuisness/gn-math-DONTDMCA@main/singlefile.html?t="+Date.now()) fetch("https://cdn.jsdelivr.net/gh/freebuisness/freebuisness.github.io@main/singlefile.html?t="+Date.now())
.then(response => response.text()) .then(response => response.text())
.then(html => { .then(html => {
document.documentElement.innerHTML = html; document.documentElement.innerHTML = html;