ptit oubli :o

This commit is contained in:
thaaoblues 2024-09-26 21:19:46 +02:00
parent 642426e4c0
commit 85a2976377

View file

@ -307,7 +307,7 @@ document.addEventListener("DOMContentLoaded", (event) => {
}); });
document.getElementById("titre").addEventListener("click", (event) => { document.getElementById("titre").addEventListener("click", (event) => {
window.location.pathname = "/archinsa"; window.location.pathname = "/";
}); });
}); });