63 lines
1.4 KiB
HTML
63 lines
1.4 KiB
HTML
<!DOCTYPE html>
|
|
<!--- Variables
|
|
nom
|
|
constructeur
|
|
dimensions
|
|
installation
|
|
condamnation
|
|
origine
|
|
histoire
|
|
!-->
|
|
<html><head><meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<title>{{nom}} - Sauveuteurs du dunkerquois</title>
|
|
<link href="../static/style.css" rel="stylesheet" type="text/css">
|
|
<link href="file:///C:/Users/rugja/Marin/templates/style.css" rel="stylesheet" type="text/css">
|
|
</head>
|
|
<body>
|
|
<header id="banner">
|
|
<img src="../static/icon.png" width="150" height="75">
|
|
<span id="logo_title">Sauveuteurs du dunkerquois</span>
|
|
</header>
|
|
<br>
|
|
<a href="https://www.google.com/">Proposer une modification</a>
|
|
<form class="searchbar" method=get>
|
|
<input type="text" placeholder="Saisissez votre recherche..." size=20>
|
|
<input type="submit" value="Rechercher">
|
|
</form>
|
|
<h1>{{nom}}}</h1>
|
|
<div class="flexbox">
|
|
<p>{{HistoireBateau}}</p>
|
|
<p class="right-align">
|
|
<table>
|
|
<tbody><tr>
|
|
<td class="table_key">Nom</td>
|
|
<td>{{NomBateau}}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table_key">Constructeur</td>
|
|
<td>{{nom}}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table_key">Dimensions</td>
|
|
<td>{{Dimensions}}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table_key">Installation</td>
|
|
<td>{{Date1}}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table_key">Condamnation</td>
|
|
<td>{{Date2}}</td>
|
|
</tr>
|
|
<tr>
|
|
<td class="table_key">Origine</td>
|
|
<td>{{ville}}</td>
|
|
</tr>
|
|
|
|
</tbody></table>
|
|
|
|
|
|
|
|
</body></html>
|