-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathProgramme_mariage_Aurore_et_Louis.html
63 lines (53 loc) · 2.12 KB
/
Programme_mariage_Aurore_et_Louis.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
<!DOCTYPE html>
<html>
<head>
<title>
Mariage Aurore et Louis - Programme
</title>
<link rel="stylesheet" href="Mariage_Aurore_et_Louis.css"/>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Great+Vibes&display=swap" rel="stylesheet">
</head>
<body>
<header>
<h1>
Mariage d'Aurore & Louis
</h1>
<h2>
Programme
</h2>
</header>
<nav class="navbar">
<ul>
<l1><a href="Accueil_mariage_Aurore_et_Louis.html" class="Barre_nav">Accueil</a></l1>
<l1><a href="Programme_mariage_Aurore_et_Louis.html" class="Barre_nav">Programme</a></l1>
<l1><a href="Adresses_mariage_Aurore_et_Louis.html" class="Barre_nav">Adresses</a></l1>
<l1><a href="Liste_mariage_mariage_Aurore_et_Louis.html" class="Barre_nav">Liste de mariage</a></l1>
</ul>
</nav>
<main>
<section class="Programme">
<div>
<img src="Programme_Mariage5.png" class="Programme_mariage" title="Programme du mariage" sizes="10px" width=80% alt="Programme du mariage"/>
</div>
<div class="caption_programme">
<p>Déroulé du mariage</p>
</div>
</section class="Programme">
</main>
<footer>
<div class="Pied">
<p>
Aurore Gery et Louis Paradis
<br>
4 Rue André Maginot, 29200 Brest
<br>
Aurore : 0626400110
<br>
Louis : 0673105822
</p>
</div>
</footer>
</body>
</html>