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