Marin/templates/index.html
Antoine Waehren 942827f379 Màj styles.
Finalisation page accueil.
Màj page sauveteurs.
2021-12-02 23:31:38 +01:00

27 lines
685 B
HTML

<!DOCTYPE html>
<head>
<meta charset="utf-8">
<title>Sauveteurs du dunkerquois</title>
<link href="../static/style.css" rel="stylesheet" type="text/css" />
</head>
<body>
<header id="banner_index">
<center>
<img src="../static/icon.png" width="250" height="125">
<h1>Sauveteurs du dunkerquois</h1>
</center>
</header>
<br>
<center>
<form method="get" >
<input type="text"
placeholder="Rechercher un sauveteur, un bateau, une personne sauvée..." size=40>
<input type="submit" value="Rechercher">
</form>
<br>
<div>
<button action="/random">Page au hasard</button>
</div>
</center>
</body>