Compare commits

...

2 Commits

2 changed files with 0 additions and 65 deletions

View File

@ -1,52 +0,0 @@
<!DOCTYPE html>
<!--- Variables
nom
constructeur
dimensions
installation
condamnation
origine
histoire
!-->
<html>
<head>
<title>{{nom}} - Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}
</head>
<body>
{% include "smallheader.html" %}
<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>

View File

@ -1,13 +0,0 @@
<!DOCTYPE html>
<html>
<head>
<title>404 Not Found - Sauveuteurs du dunkerquois</title>
{% include 'head.html' %}
</head>
<body>
{% include 'smallheader.html' %}
<h1>Page introuvable !</h1>
<p>Retour à <a href="/home">la page d'accueil</a>.</p>
</body>
</html>