nettoyage de doucmentation

This commit is contained in:
ben
2025-12-12 17:09:55 +01:00
parent e37b8c4c7d
commit da0dfdc8c7
3 changed files with 6 additions and 12 deletions

View File

@@ -48,5 +48,5 @@ form.addEventListener("submit", function (e) {
// Redirection
setTimeout(() => {
window.location.href = "../html/accueil_blog.html";
}, 1000);
}, 1500);
});