Mis à jour template sauveteur.

This commit is contained in:
Antoine Waehren 2021-12-02 19:51:38 +01:00
parent 92e44f6029
commit 853b2c8af2

View File

@ -1,12 +1,19 @@
<!DOCTYPE html> <!DOCTYPE html>
<head> <head>
<meta charset="utf-8"> <meta charset="utf-8">
<title>{{nom}} {{prenom}}</title> <title>{{nom}} {{prenom}} - Sauveuteur du dunkerquois</title>
<link href="style.css" rel="stylesheet" type="text/css" /> <link href="style.css" rel="stylesheet" type="text/css" />
</head> </head>
<body> <body>
<h1>{{nom}}} {{prenom}}</h1> <h1>{{nom}}} {{prenom}}</h1>
<table> <table>
<tr>
<td>Nom</td><td>{{nom}}</td>
</tr>
<td>Prénom</td><td>{{prenom}}</td>
<td>Sauvetages effectués</td><td>{{nb_sauvetages}}</td>
<td>Personnes sauvées</td><td>{{nb_sauves}}</td>
</table> </table>
<p></p> <p></p>
</body> </body>