This commit is contained in:
thomas.millot
2021-10-18 11:18:06 +02:00
commit a954e7165a
12 changed files with 1746 additions and 0 deletions

17
web/WEB-INF/ProfilJSP.jsp Normal file
View File

@@ -0,0 +1,17 @@
<%--
Document : ProfilJSP
Created on : 18 oct. 2021, 11:09:44
Author : thomas.millot
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
</head>
<body>
<h1>Hello World!</h1>
</body>
</html>