Marin/templates/sauveteur_temp.html

14 lines
241 B
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<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>