-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
44 lines (38 loc) · 1.39 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
33
34
35
36
37
38
39
40
41
42
43
44
<!DOCTYPE html>
<html lang="en">
<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="icon" type="image/ico" href="/images/favicon.ico">
<link rel="stylesheet" href="https://unpkg.com/@picocss/[email protected]/css/pico.min.css">
<link rel="stylesheet" href="/style.css">
<title>The page you were looking for doesn't exist (404)</title>
</head>
<body>
<div class="container mt-1 mb-1">
<div class="grid align-items-center">
<div>
<h1 class="mb-1">[404] WHOOPS!</h1>
<div class="mb-1">
<h2 class="mb-0">Looks like you're lost!</h2>
<p>
Wait... How did you get there? There's only one page FOLK!<br>
Can't wait to work with YOU smart wonderer.
</p>
<a href="/" role="button">Head back to the homepage</a>
</div>
<div class="mb-1">
<h2 class="mb-0">Êtes-vous perdu·e ?</h2>
<p>
La page que vous recherchez n'existe pas.<br>
N'attendez plus, travaillons ensemble !
</p>
<a href="/fr/" role="button">Retourner à la page d'accueil</a>
</div>
</div>
<img src="/images/dark_avatar.jpg" height="300">
</div>
</div>
</body>
</html>