fetch("../../header-composant.html") .then(response => response.text()) .then(data => { document.getElementById("header-placeholder").innerHTML = data; });