Marin/templates/sauvees.html

40 lines
684 B
HTML

<!DOCTYPE html>
<!--- Variables
nom
prenom
date
place
histoire
!-->
<!-- saved from url=(0055)file:///C:/Users/rugja/Marin/templates/bateau_temp.html -->
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>{{nom}}{{prenom}}</title>
<link href="../static/style.css" rel="stylesheet" type="text/css">
</head>
<body>
<h1>{{nom}}}{{prenom}}</h1>
<table>
<tbody><tr>
<td>Nom</td>
<td>{{nom}}</td>
</tr>
<tr>
<td>Prenom</td>
<td>{{prenom}}</td>
</tr>
<tr>
<td>Date</td>
<td>{{date}}</td>
</tr>
<tr>
<td>Place</td>
<td>{{place}}</td>
</tr>
</tbody></table>
<p>
{{Histoire}}
</p>
</body></html>