-
Notifications
You must be signed in to change notification settings - Fork 0
/
footer.html
50 lines (44 loc) · 2.14 KB
/
footer.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
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="footer.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=Poppins:wght@600&display=swap" rel="stylesheet">
</head>
<body>
<footer>
<hr>
<a href="#top"><h5 id="cc">Concocté avec ♥ par BeautyMix</h5><br></a>
<div class="tata">
<div class="secom">
<h4 class="titre">VOIR AUSSI</h4><br>
<a href="#" class="temtem"><h5>BeautyMix Cuisine</h5><br></a>
<a href="#" class="temtem"><h5>BeautyMix Voyages</h5><br></a>
<a href="#" class="temtem"><h5>Recettes pour étudiants</h5><br></a>
</div>
<div class="secom">
<h4 class="titre">LÉGAL</h4><br>
<a href="#" class="temtem"><h5>Protection des données</h5><br></a>
<a href="#" class="temtem"><h5>Informations sur les cookies</h5><br></a>
<a href="#" class="temtem"><h5>Mentions légales</h5><br></a>
</div>
<div class="secom">
<h4 class="titre">NOS ENGAGEMENTS</h4><br>
<a href="#" class="temtem"><h5>Dans Cergy</h5><br></a>
<a href="#" class="temtem"><h5>Sur Internet</h5><br></a>
<a href="#" class="temtem"><h5>Au sein du groupe</h5><br></a>
</div>
</div>
<hr>
<div class="gig">
<br><h5 class="kiki">© BeautyMix 2023</h5><br>
<a href="#" class="temtem"><h6>Conditions générales</h6></a><br>
<a href="#" class="temtem"><h6>Accessibilité</h6></a>
<a href="#" class="temtem"><h6>Confidentialité</h6></a>
</div>
</footer>
</body>
</html>