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

@@ -40,7 +40,7 @@ existingCategories.push(nom);
// Redirection après 1 seconde
setTimeout(() => {
window.location.href = "../html/liste_categorie_article.html";
window.location.href = "../html/accueil_blog.html";
}, 1000);