-
Notifications
You must be signed in to change notification settings - Fork 0
/
Contacts.php
52 lines (49 loc) · 1.37 KB
/
Contacts.php
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
<!--OUDJMAN ET MARCIAUX-->
<?php
require("Header.html") ;
?>
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="CSSContacts.css">
<link rel="shortcut icon" type="image/png" href="LogoHead.png">
<title>Patisseries Folies :) / Contact </title>
</head>
<body>
<header>
<br>
<h3 class="Chefs">L E S C O N T A C T S D ' U N U N I V E R S G O U R M A N D </h3>
<br>
</header>
<section style="margin-bottom: 5%;">
<div class="Decoration2">
<img src="Photo/Decoration.png">
</div>
<div class="Decoration1">
<img src="Photo/Decoration.png">
</div>
<div class="Info">
<h1>Contacts</h1>
<br>
<div class="Boutiques">
<h4>Les adresses de nos boutiques : </h4>
<p>Paris : Mairie de Paris 13, 1 Place d'Italie, 75013, Paris</p>
<p>Deauville : Mairie de Deauville, 20 Rue Robert Fossorier, 14800 Deauville</p>
<P>Cannes : Mairie de Cannes, 1 Pl. Bernard Cornut Gentille, 06400 Cannes</P>
<p>Bordeaux : Mairie de Bordeaux, Pl. Pey Berland, 33000 Bordeaux</p>
</div>
<br>
<div class="Telmail">
<h4>Nos contacts : </h4>
<p>Téléphone : 0611223344</p>
<p>Mail : Foudepatisserie@…fr</p>
</div>
</div>
</section>
</body>
</html>
<?php
echo "<br><br>";
require("Footer.html") ;
?>