This commit is contained in:
emile.malcuit
2025-09-22 14:05:52 +02:00
commit b28dbb0fa5
17 changed files with 674 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
<%-- any content can be specified here e.g.: --%>
<%@ page pageEncoding="UTF-8" %>
<nav>
<a href="http://localhost:8080/Test2Jakarta/Acceuil">Acceuil</a>
<a href="http://localhost:8080/Test2Jakarta/ListeClients">Liste des Clients</a>
<a href="http://localhost:8080/Test2Jakarta/NouveauClient">Nouveau Client</a>
</nav>