This commit is contained in:
clementine.desrucques
2021-10-18 15:51:58 +02:00
parent 3a4053e079
commit 9c8ff01a79
3 changed files with 39 additions and 4 deletions

View File

@@ -0,0 +1,17 @@
<%--
Document : CreaPompier
Created on : 18 oct. 2021, 15:49:36
Author : clementine.desrucques
--%>
<%@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>

View File

@@ -0,0 +1,17 @@
<%--
Document : ModifPompier
Created on : 18 oct. 2021, 15:49:00
Author : clementine.desrucques
--%>
<%@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>