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

@@ -74,7 +74,7 @@
</div>
<div class="d-flex gap-3 mt-4">
<a href="liste_prestations.html" class="btn btn-secondary w-50">Annuler</a>
<a href="../../prestations/liste_prestation/liste_prestation.html" class="btn btn-secondary w-50">Annuler</a>
<button type="submit" class="btn btn-primary w-50">Ajouter</button>
</div>
</form>

View File

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