41 lines
792 B
HTML
41 lines
792 B
HTML
<!DOCTYPE html>
|
|
<!-- 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}}</title>
|
|
<link href="file:///C:/Users/rugja/Marin/templates/style.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<h1>{{nom}}}</h1>
|
|
<table>
|
|
<tbody><tr>
|
|
<th>Nom</th>
|
|
<th>{{NomBateau}}</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Constructeur</th>
|
|
<th>{{nom}}</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Dimensions</th>
|
|
<th>{{Dimensions}}</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Installation</th>
|
|
<th>{{Date}}</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Condamnation</th>
|
|
<th>{{Date}}</th>
|
|
</tr>
|
|
<tr>
|
|
<th>Origine</th>
|
|
<th>{{ville}}</th>
|
|
</tr>
|
|
</tbody></table>
|
|
<p>
|
|
{{HistoireBateau}}
|
|
</p>
|
|
|
|
|
|
</body></html> |