ajout de la page accueil blog + page liste categorie_article regroupant les pages articles et categorie
This commit is contained in:
@@ -40,7 +40,7 @@ existingCategories.push(nom);
|
||||
|
||||
// Redirection après 1 seconde
|
||||
setTimeout(() => {
|
||||
window.location.href = "../html/liste_categorie.html";
|
||||
window.location.href = "../html/liste_categorie_article.html";
|
||||
}, 1000);
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user