ajout fichier prestation, fusion des 3 pages

This commit is contained in:
ben
2025-12-08 16:06:21 +01:00
parent 7f580261e0
commit ec6c64b2a9
6 changed files with 132 additions and 4 deletions

View File

@@ -48,5 +48,8 @@ form.addEventListener("submit", function (e) {
existingPrestations.push(titre);
setTimeout(() => {
window.location.href = "../liste_prestation/liste_prestation.html";
}, 1500);
});