Update fetch URLs in launch function
This commit is contained in:
@@ -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;
|
||||||
|
|||||||
Reference in New Issue
Block a user