This commit is contained in:
theo@manjaro 2021-12-02 19:41:58 +01:00
commit 2b27911acc
3 changed files with 30 additions and 8 deletions

View File

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

0
temp infos Normal file
View File

View File

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