feat:creation dossier components

This commit is contained in:
2025-12-12 11:27:58 +01:00
parent b77f82f216
commit f02c69449a
6 changed files with 6 additions and 5 deletions

View File

@@ -0,0 +1,5 @@
fetch("../components/html/header-composant.html")
.then(response => response.text())
.then(data => {
document.getElementById("header-placeholder").innerHTML = data;
});