-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathHeader.html
32 lines (27 loc) · 986 Bytes
/
Header.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!--OUDJMAN ET MARCIAUX-->
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" type="text/css" href="CSSHeader.css">
<link rel="shortcut icon" type="image/png" href="LogoHead.png">
</head>
<body>
<nav>
<div class="HautdePage TAILLE100">
<table class="TAILLE100" >
<tr>
<th><a class="RefHautdePage" href="Histoire.php">Notre Histoire</a></th>
<th><a class="RefHautdePage" href="Carte.php">La Carte</a></th>
<th><a class="RefHautdePage" href="Reservation.php">Reservation</a></th>
<th><a class="RefHautdePage" href="Accueil.php"><img class="Logo" src="Photo/LogoTitre.png"></a></th>
<th><a class="RefHautdePage" href="Recrutement.php">Recrutement</a></th>
<th><a class="RefHautdePage" href="Boutiques.php">Nos Boutiques</a></th>
<th><a class="RefHautdePage" href="Contacts.php">Contact</a></th>
</tr>
</table>
</div>
</nav>
</body>
</html>