-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.html
More file actions
24 lines (22 loc) · 727 Bytes
/
404.html
File metadata and controls
24 lines (22 loc) · 727 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404</title>
<link rel="icon" href="/favicon.ico"
type="image/x-icon">
<link rel="stylesheet" href="/style.css">
</head>
<body>
<div class="container">
<header>
<h1>Game Over ⸱ 404</h1>
</header>
<div class="content">
<p>Il semblerait que vous ayez trouvé une page qui n'existe pas… Mais chut, ce n'est pas un bug, c'est une feature !</p>
<p>Pour revenir sur la page principale, <a href="/">c'est par là.</a></p>
</div>
</div>
</body>
</html>