Files
D3-A01BibliMVC/vue/gestion_categories.php
2025-09-11 11:25:49 +02:00

6 lines
165 B
PHP

<h1>Gestion des catégories</h1>
<form method="POST">
<label>Nom : <input type="text" name="nom"></label><br>
<button type="submit">Ajouter</button>
</form>