Déplacement de la page d'accueil.
Suppression de la template main.html. Suppression du fichier styles inutile.
This commit is contained in:
parent
853b2c8af2
commit
782616c5dc
@ -1,24 +0,0 @@
|
|||||||
<!DOCTYPE html>
|
|
||||||
<head>
|
|
||||||
<meta charset="utf-8">
|
|
||||||
<title> Sauveteurs du dunkerquois</title>
|
|
||||||
<link href="style.css" rel="stylesheet" type="text/css" />
|
|
||||||
</head>
|
|
||||||
<body>
|
|
||||||
<center>
|
|
||||||
<div class="LOGO-DUO">
|
|
||||||
<img src="https://sauveteurdudunkerquois.fr/wp-content/uploads/2021/09/LOGO-DUO.png" width="200"
|
|
||||||
height="100">
|
|
||||||
</div>
|
|
||||||
<br>
|
|
||||||
<form method="get" >
|
|
||||||
<input type="text"
|
|
||||||
placeholder="Rechercher un sauveteur, un bateau, une personne sauvée...">
|
|
||||||
<input type="submit" value="Rechercher">
|
|
||||||
</form>
|
|
||||||
<br>
|
|
||||||
<div>
|
|
||||||
<button>Page au hasard</button>
|
|
||||||
</div>
|
|
||||||
</center>
|
|
||||||
</body>
|
|
@ -1,11 +1,24 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html>
|
<head>
|
||||||
<head>
|
<meta charset="utf-8">
|
||||||
<link href="static/style.css" rel="stylesheet" type="text/css" />
|
<title> Sauveteurs du dunkerquois</title>
|
||||||
</head>
|
<link href="static/style.css" rel="stylesheet" type="text/css" />
|
||||||
<body>
|
</head>
|
||||||
<h1>Bienvenue !</h1>
|
<body>
|
||||||
<p>Ceci est la page d'accueil !</p>
|
<center>
|
||||||
</body>
|
<div class="LOGO-DUO">
|
||||||
</html>
|
<img src="https://sauveteurdudunkerquois.fr/wp-content/uploads/2021/09/LOGO-DUO.png" width="200"
|
||||||
|
height="100">
|
||||||
|
</div>
|
||||||
|
<br>
|
||||||
|
<form method="get" >
|
||||||
|
<input type="text"
|
||||||
|
placeholder="Rechercher un sauveteur, un bateau, une personne sauvée...">
|
||||||
|
<input type="submit" value="Rechercher">
|
||||||
|
</form>
|
||||||
|
<br>
|
||||||
|
<div>
|
||||||
|
<button>Page au hasard</button>
|
||||||
|
</div>
|
||||||
|
</center>
|
||||||
|
</body>
|
||||||
|
Loading…
Reference in New Issue
Block a user