You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
29 lines
507 B
PHTML
29 lines
507 B
PHTML
6 years ago
|
<?php
|
||
|
|
||
|
|
||
|
?>
|
||
|
|
||
|
<!DOCTYPE html>
|
||
|
<html lang = "fr">
|
||
|
<head>
|
||
|
<meta charset = "UTF-8">
|
||
|
<link rel = "stylesheet" href = "avis_laisse.css">
|
||
|
<title>Liste des trajets</title>
|
||
|
</head>
|
||
|
<body>
|
||
|
<div id = "container">
|
||
|
|
||
|
<div id ="entete">
|
||
|
<a href = "LIEN TABLEAU DE BORD"><img id = "bouton_retour" src = "return.png" alt = "Bouton retour"></a>
|
||
|
<h1 class = "float" id = "titre">Avis laissés</h1>
|
||
|
<br>
|
||
|
</div>
|
||
|
|
||
|
<div id = "liste">
|
||
|
<hr class="separation" />
|
||
|
</div>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
</body>
|
||
|
</html>
|