Compare commits

..

No commits in common. "fa6dd6f3517b9a3fca87247ed4dd6102f6c83134" and "a50dde5a68f30e18cc47657053c8a68037fd72fb" have entirely different histories.

4 changed files with 21 additions and 28 deletions

View File

@ -1,11 +0,0 @@
<center>
<header id="banner_index">
<img src="../static/icon.png" width="250" height="125">
<h1>Sauveteurs du dunkerquois</h1>
</header>
<form action="/search" method="post">
<label for="search">Recherche :</label>
<input type="text" name="search" value="" placeholder="Rechercher des sauveteurs, des bateaux, des expéditions..." size="40" required>
<input type="submit" value="Rechercher">
</form>
</center>

View File

@ -6,9 +6,19 @@
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
{% include 'header.html' %}
<header id="banner_index">
<center>
<img src="../static/icon.png" width="250" height="125">
<h1>Sauveteurs du dunkerquois</h1>
</center>
</header>
<br>
<center>
<form action="/search" method="post">
<label for="search">Recherche :</label>
<input type="text" name="search" value="" placeholder="Rechercher des sauveteurs, des bateaux, des expéditions..." size="40" required>
<input type="submit" value="Rechercher">
</form>
<br>
<div>
<button action="/random">Page au hasard</button>

View File

@ -17,7 +17,16 @@ description
<link rel="icon" type="image/png" href="../static/favicon.png" />
</head>
<body>
{% include "smallheader.html" %}
<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}} {{prenom}}</h1>
<div class="flexbox">
<p>{{description}}</p>

View File

@ -1,15 +0,0 @@
<center>
<a href="/home/">
<header id="banner">
<img src="../static/icon.png" width="150" height="75">
<span id="logo_title">Sauveuteurs du dunkerquois</span>
</header></a>
<br>
<a href="https://www.google.com/">Proposer une modification</a>
<span>
<form action="/search" method="post">
<input type="text" name="search" value="" placeholder="Rechercher des sauveteurs, des bateaux, des expéditions..." size="40" required>
<input type="submit" value="Rechercher">
</form>
</span>
</center>