-
Notifications
You must be signed in to change notification settings - Fork 0
/
contact.html
75 lines (71 loc) · 1.5 KB
/
contact.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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
<!DOCTYPE html>
<html>
<head>
<title> Contact </title>
<meta charset="UTF-8">
<link rel="stylesheet" href="contact.css"/>
<link rel="icon" type="image/png" href="img/Logo.png" />
</head>
<body>
<nav>
<ul>
<li><a href="BlueNote3.html">Accueil</a></li>
<li><a href="nos_plats.html">Nos Plats</a></li>
<li><a href="artistes.html">Artistes</a></li>
<li><a href="qui_sommes_nous.html">Qui sommes-nous ?</a></li>
<li><a href="reservation.html" title="Espace VIP">Réservation</a></li>
<li><a href="contact.html" title="Contact">Contact</a></li>
</ul>
</nav>
<div id="spacenav">
</div>
<header>
<a id='logo' href="BlueNote3.html"title="Retour à la case départ !"><img src="img/Logo.png" alt="BlueNote"/></a>
<div id="message">
<h1 id='titre'>BlueNote - Music/Bar</h1>
</div>
</header>
<section>
<h1> Contacter-nous </h1>
<h2> Horraires </h2>
<p> Ouvert 7j/7 </p>
<ul>
<li> De 12h à 15h30 </li>
<br/>
<li> De 18h à 22h </li>
</ul>
<h2> Adresse </h2>
<p> 41 AVENUE GABRIEL, 75008 PARIS </p>
<br/>
<p>Tel: 01 52 92 95 06</p>
<br/>
<p> [email protected] </p>
<div>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
<br/>
</div>
</section>
</body>
</html>