ap33ApplicationSDIS29/web/WEB-INF/profilPompierVue.jsp

22 lines
566 B
Plaintext

<%--
Document : profilPompierVue
Created on : 7 nov. 2024, 15:07:13
Author : morgann.david
--%>
<%@page contentType="text/html" pageEncoding="UTF-8"%>
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>SDIS 29 - Profil</title>
</head>
<body>
<h1>Profil du pompier</h1>
<form>
<input type="text" id="ztnom" name="nom" readonly>
<input type="text" id="ztprenom" name="prenom" readonly><br>
</form>
</body>
</html>