retouche des redirections de page

This commit is contained in:
ben
2025-12-11 16:11:20 +01:00
parent 5b0edbccca
commit 74a04ea355
9 changed files with 21 additions and 19 deletions

View File

@@ -55,6 +55,6 @@ form.addEventListener("submit", function (e) {
// Redirection après succès
setTimeout(() => {
window.location.href = "../../blog/html/liste_categorie_article.html";
window.location.href = "../../blog/html/accueil_blog.html";
}, 1500);
});