ajout de la page accueil blog + page liste categorie_article regroupant les pages articles et categorie

This commit is contained in:
ben
2025-12-10 16:48:28 +01:00
parent 37b1d7ede5
commit 5297dcbcc3
10 changed files with 194 additions and 9 deletions

View File

@@ -54,6 +54,6 @@ form.addEventListener('submit', function(e) {
// Redirection après 1 seconde
setTimeout(() => {
window.location.href = "../html/liste_article.html";
window.location.href = "../html/liste_categorie_article.html";
}, 1000);
});