ajout de la page accueil blog + page liste categorie_article regroupant les pages articles et categorie
This commit is contained in:
@@ -55,6 +55,6 @@ form.addEventListener("submit", function (e) {
|
||||
|
||||
// Redirection après succès
|
||||
setTimeout(() => {
|
||||
window.location.href = "../html/liste_article.html";
|
||||
window.location.href = "../../blog/html/liste_categorie_article.html";
|
||||
}, 1500);
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user