This commit is contained in:
funcha.ahamadi
2021-10-18 11:49:34 +02:00
parent 13b529f7e2
commit 78c83321fa
6 changed files with 33 additions and 24 deletions

View File

@@ -9,7 +9,7 @@
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>JSP Page</title>
<title>Chef de caserne</title>
</head>
<body>
<h1>Hello World!</h1>

View File

@@ -1,17 +0,0 @@
<%--
Document : newjsp
Created on : 18 oct. 2021, 11:35:22
Author : funcha.ahamadi
--%>
<%@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>