création du dépot
This commit is contained in:
20
web/WEB-INF/nouveauClientVue.jsp
Normal file
20
web/WEB-INF/nouveauClientVue.jsp
Normal file
@@ -0,0 +1,20 @@
|
||||
<%--
|
||||
Document : nouveauClientVue
|
||||
Created on : 15 sept. 2024, 18:49:28
|
||||
Author : famille Thevenot
|
||||
--%>
|
||||
|
||||
<%@page contentType="text/html" pageEncoding="UTF-8"%>
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
||||
<title>Nouveau client</title>
|
||||
</head>
|
||||
<body>
|
||||
<%@include file="jspf/enteteClient.jspf" %>
|
||||
<%@include file="jspf/menuClient.jspf" %>
|
||||
<h2>Nouveau client</h2>
|
||||
<p>Page en construction</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user