Modification de la page d'accueil.

Ajout d'un template pour les sauveteurs.
This commit is contained in:
Antoine Waehren 2021-12-02 19:39:30 +01:00
parent e3c9f1502d
commit 484c698159
2 changed files with 29 additions and 7 deletions

View File

@ -1,15 +1,24 @@
<!DOCTYPE html>
<head> <meta charset="utf-8">
<head>
<meta charset="utf-8">
<title> Sauveteurs du dunkerquois</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<center>
<div class="LOGO-DUO">
<img src="https://sauveteurdudunkerquois.fr/wp-content/uploads/2021/09/LOGO-DUO.png" width="100"
<img src="https://sauveteurdudunkerquois.fr/wp-content/uploads/2021/09/LOGO-DUO.png" width="200"
height="100">
</div>
<br>
<form method="get" >
<input type="text"
placeholder="Rechercher un sauveteur, un bateau, une personne sauvée...">
<input type="submit" value="Rechercher">
</form>
<br>
<div>
<input type="text"
placeholder="CHERCHER">
<button>CHERCHER</button>
<button>EXPLORER</button></div>
</body>
<button>Page au hasard</button>
</div>
</center>
</body>

View File

@ -0,0 +1,13 @@
<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title> Sauveteurs du dunkerquois</title>
<link href="style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<h1>{{nom}}} {{prenom}}</h1>
<table>
</table>
<p></p>
</body>
</html>