jakartaEE/web/WEB-INF/listeClientsVue.jsp
2024-10-03 11:47:26 +02:00

22 lines
611 B
Plaintext

<%--
Document : listeClientsVue
Created on : 15 sept. 2024, 18:51:03
Author : famille Thevenot
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Liste des clients</title>
</head>
<body>
<%@include file="jspf/enteteClient.jspf" %>
<%@include file="jspf/menuClient.jspf" %>
<h2>Liste des clients</h2>
<p>Page en construction</p>
</body>
</html>