First commit

This commit is contained in:
2025-09-11 11:25:49 +02:00
commit 2a1804109b
19 changed files with 256 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
<h1>Gestion des catégories</h1>
<form method="POST">
<label>Nom : <input type="text" name="nom"></label><br>
<button type="submit">Ajouter</button>
</form>