Ajout du script du lien symbolique

This commit is contained in:
2026-08-02 15:31:55 +02:00
parent 0170db486c
commit 9f67c28bc0
4 changed files with 25 additions and 21 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
import { statusProxy } from './main.js'
export async function loadStatus(){
let res = await fetch('/status/index.ouvert.html');
let res = await fetch('/status/index.html');
let html_text = await res.text()
let html = new DOMParser().parseFromString(html_text, "text/html");