First commit

This commit is contained in:
2025-09-15 17:43:29 +02:00
commit 04000480a5
18 changed files with 534 additions and 0 deletions

View File

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