# Conflicts:
#	src/Test.java
#	src/métiers/Commande.java
#	test/métiers/CommandeTest.java
This commit is contained in:
famille Thevenot
2024-10-06 15:21:44 +02:00
commit 6c888e5f12
25 changed files with 2591 additions and 0 deletions

View File

@@ -0,0 +1,3 @@
<%-- any content can be specified here e.g.: --%>
<%@ page pageEncoding="UTF-8" %>
<h1>Gestion des clients</h1>

View File

@@ -0,0 +1,10 @@
<%-- any content can be specified here e.g.: --%>
<%@ page pageEncoding="UTF-8" %>
<nav>
<ul>
<li><a href='./'>Accueil</a></li>
<li><a href='listeClients'>Liste des clients</a></li>
<li><a href='nouveauClient'>Nouveau clients</a></li>
</ul>
</nav>