Mis à jour template sauveteur.

This commit is contained in:
Antoine Waehren 2021-12-02 19:51:38 +01:00
parent 92e44f6029
commit 853b2c8af2
1 changed files with 8 additions and 1 deletions

View File

@ -1,12 +1,19 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>{{nom}} {{prenom}}</title>
<title>{{nom}} {{prenom}} - Sauveuteur du dunkerquois</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>{{nom}}} {{prenom}}</h1>
<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>
<p></p>
</body>