-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
32 lines (28 loc) · 1.13 KB
/
404.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
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<title>L'eau, c'est la vie</title>
<link rel="stylesheet" href="style.css">
<script src="https://kit.fontawesome.com/8c71c4d8b8.js" crossorigin="anonymous"></script>
</head>
<body style="display: flex; flex-direction: column; justify-content: center;">
<div class="menu-wrapper">
<div class="content">
<h1 id="main-title">404</h1>
<h1 id="main-title">404</h1>
</div><br><br>
<h1 class="error-text">🫥 Nous avons vraiment cherché partout, <br>
mais la page que vous cherchez n'existe pas...</h1>
<h2>Vous pouvez, à partir du lien ci-dessous retourner au menu principal.</h2>
<button class="learn-more"
onclick="window.location.href = '/';">
<span class="circle" aria-hidden="true">
<span class="icon arrow"></span>
</span>
<span class="button-text">Retourner</span>
</button>
<h4><br><i>Si vous pensez que c'est une erreur, merci d'envoyer un message à [email protected]</i></h4>
</div>
</body>
</html>