Marin/templates/sauveteur_temp.html

14 lines
241 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<meta charset="utf-8">
2021-12-02 19:40:47 +01:00
<title>{{nom}} {{prenom}}</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>{{nom}}} {{prenom}}</h1>
<table>
</table>
<p></p>
</body>
</html>