git on main?
This commit is contained in:
parent
da877dd4f4
commit
5ebdddac06
1 changed files with 1 additions and 1 deletions
|
|
@ -23,7 +23,7 @@ function getCookie(cname) {
|
||||||
|
|
||||||
async function init() {
|
async function init() {
|
||||||
var cont = document.getElementById("content");
|
var cont = document.getElementById("content");
|
||||||
let data = await fetch("git.html");
|
let data = await fetch("main.html");
|
||||||
let text = await data.text();
|
let text = await data.text();
|
||||||
cont.innerHTML = text;
|
cont.innerHTML = text;
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue