Ajout de la page d'accueil index.html.

This commit is contained in:
Jaenai Rugengande Ihimbazwe 2021-12-02 19:09:09 +01:00
parent c68b0d527e
commit b221431d06
1 changed files with 15 additions and 0 deletions

15
frontend/index.html Normal file
View File

@ -0,0 +1,15 @@
<!DOCTYPE html>
<head> <meta charset="utf-8">
<title> Sauveteurs du dunkerquois</title>
</head>
<body>
<div class="LOGO-DUO">
<img src="https://sauveteurdudunkerquois.fr/wp-content/uploads/2021/09/LOGO-DUO.png" width="800"
height="400">
</div>
<div>
<input type="text"
placeholder="CHERCHER">
<button>CHERCHER</button>
<button>EXPLORER</button></div>
</body>