PROJET-WEB_STRI1A/WEB/Recherche.php

19 lines
665 B
PHP
Raw Normal View History

2019-05-01 18:29:19 +02:00
<!DOCTYPE html>
<html>
2019-05-09 16:18:24 +02:00
<head>
<meta charset="utf-8"/>
<link rel="stylesheet" href="Recherche.css"/>
</head>
<body>
<div class="global bord">
<p class="fort">Rechercher un trajet</p>
<form method="post" action="Liste.php">
<p><input name="lieu_depart" type="text" placeholder="Lieu de départ" class="centrage"></p>
<p><input name="lieu_arrivée" type="text" placeholder="Lieu d'arrivée" class="centrage"></p>
<p><input name="date_heure" type="text" placeholder="Date et heure de départ" class="centrage"></p>
<p><input name="submit" type="submit" value="Rechercher" class="centrage"></p>
</form>
</div>
</body>
</html>