-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path11-footer.html
33 lines (18 loc) · 962 Bytes
/
11-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
<html lang="fr">
<head>
<title>Footer</title>
<meta charset="UTF-8"/>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="11-styles.css">
</head>
<footer>
<div class="container-footer">
<p>© 2023 ixewo - Tous droits réservés - <a class="lien" href="cgv">CGV</a> - <a class="lien" href="cgu">CGU</a></p>
</div>
<div class="logo-container-footer">
<a href="https://www.instagram.com/ixewo/"><img src="/images/logo-instagram.png" class="logo-instagram"/></a>
<a href="https://www.linkedin.com/company/ixewo/?viewAsMember=true"><img src="/images/logo-linkedin.png" class="logo-linkedin" /></a>
<a href="https://www.tiktok.com/@ixewo.com"><img src="/images/logo-tiktok.png" class="logo-tiktok" /></a>
</div>
</footer>
</html>