SDIS-3/web/WEB-INF/PompierJSP.jsp
clementine.desrucques 75c661ec0c
2021-10-20 09:45:37 +02:00

19 lines
532 B
Plaintext

<%--
Document : PompierJSP
Created on : 18 oct. 2021, 11:01:21
Author : funcha.ahamadi
--%>
<%@include file = "jspf/enteteJSPF.jspf" %>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>Pompier</title>
</head>
<body>
<h1>Hello World!</h1>
<a href="ModifPompier"><input type="button" name="btModifP" value="Modifier la fiche pompier"/></a>
</body>
</html>