20 lines
560 B
HTML
20 lines
560 B
HTML
<!DOCTYPE html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>{{nom}} {{prenom}} - Sauveuteurs du dunkerquois</title>
|
|
<link href="../static/style.css" rel="stylesheet" type="text/css" />
|
|
</head>
|
|
<body>
|
|
<header id="banner">
|
|
<img src="../static/icon.png" width="150" height="75">
|
|
<span id="logo_title">Sauveuteurs du dunkerquois</span>
|
|
</header>
|
|
<br>
|
|
<form class="searchbar" method=get>
|
|
<input type="text" placeholder="Saisissez votre recherche..." size=20>
|
|
<input type="submit" value="Rechercher">
|
|
</form>
|
|
<table
|
|
</body>
|
|
</html>
|