From 5ebdddac06e82c7ad5de0f3bd4bc409f26a84fd2 Mon Sep 17 00:00:00 2001 From: martyTF Date: Fri, 19 Jun 2026 18:35:49 +0200 Subject: [PATCH] git on main? --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index f081be8..32f4675 100644 --- a/script.js +++ b/script.js @@ -23,7 +23,7 @@ function getCookie(cname) { async function init() { var cont = document.getElementById("content"); - let data = await fetch("git.html"); + let data = await fetch("main.html"); let text = await data.text(); cont.innerHTML = text; };