Marin/templates/index.html

25 lines
651 B
HTML
Raw Normal View History

<!DOCTYPE html>
<head>
<meta charset="utf-8">
2021-12-02 20:42:28 +01:00
<title>Sauveteurs du dunkerquois</title>
<link href="../static/style.css" rel="stylesheet" type="text/css" />
2021-12-02 20:37:10 +01:00
</head>
<body>
<center>
<div class="LOGO-DUO">
2021-12-02 20:42:28 +01:00
<img src="../static/icon.png" width="200" height="100">
<h1>Sauveteurs du dunkerquois</h1>
</div>
<br>
<form method="get" >
<input type="text"
2021-12-02 20:37:10 +01:00
placeholder="Rechercher un sauveteur, un bateau, une personne sauvée..." size=40>
<input type="submit" value="Rechercher">
</form>
<br>
<div>
2021-12-02 20:29:57 +01:00
<button action="/random">Page au hasard</button>
</div>
</center>
</body>