feat:creation dossier components
This commit is contained in:
5
prestations/components/js/header-composant.js
Normal file
5
prestations/components/js/header-composant.js
Normal file
@@ -0,0 +1,5 @@
|
||||
fetch("../components/html/header-composant.html")
|
||||
.then(response => response.text())
|
||||
.then(data => {
|
||||
document.getElementById("header-placeholder").innerHTML = data;
|
||||
});
|
||||
Reference in New Issue
Block a user