Update fetch URLs in launch function

This commit is contained in:
genizy
2026-04-12 21:49:54 -07:00
committed by GitHub
parent de210f2f39
commit a69b84be18

View File

@@ -3,7 +3,7 @@
function launch() { function launch() {
try { try {
fetch("https://cdn.jsdelivr.net/gh/gn-math/gn-math.github.io@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;