-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
44 lines (35 loc) · 1.51 KB
/
index.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
<html lang="fr">
<head>
<title>Appenin</title>
<link rel="stylesheet" href="main.css" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" href="img/favicon.ico">
</head>
<body>
<main>
<header>
<img src="img/logo-appenin.png" width="75px" height="22px" />
</header>
<h1>The End!</h1>
<img
src="img/bye.svg"
class="illustration"
alt="Illustration en noir et blanc d'une femme souriante, aux longs cheveux, faisant un signe d'au revoir à travers la fenêtre ouverte d'un train qui s'éloigne. Buissons en arrière-plan."
/>
<p>Appenin a cessé son activité, l'espace client n'est plus disponible.</p>
<p>Pour toute question concernant un sinistre, envoyez un mail à <a href="mailto:[email protected]">[email protected]</a>.</p>
<p>Pour les autres demandes, envoyez un mail à <a href="mailto:[email protected]">[email protected]</a>.</p>
</main>
<footer>
<nav class="links">
<a href="./politique-de-confidentialite.html" target="_blank">Politique de confidentialité</a>
<a href="./mentions-legales.html" target="_blank">Mentions légales</a>
</nav>
<section class="brands">
<img src="img/logo-appenin-alt.png" width="75px" height="22px" />
<span>L'assurance digitale du groupe Covéa</span>
<img src="img/logo-covea-group.svg" width="210px" height="55px" />
</section>
</footer>
</body>
</html>