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

4
vue/navigation.php Normal file
View File

@@ -0,0 +1,4 @@
<h1><a href="./controleur/afficherLivres.php">Liste des livres</a></h1>
<h1><a href="./controleur/ajouterLivre.php">Gestion des livres</a></h1>
<h1><a href="./controleur/ajouterCategorie.php">Gestion des catégories</a></h1>