-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
31 lines (30 loc) · 1.12 KB
/
404.php
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Balises meta -->
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="theme-color" content="#093321"/>
<title>Error Page</title>
<link rel="stylesheet" href="css/main.css"/>
<link rel="icon" type="image/png" href="img/eye.png"/>
<link rel="manifest" href="./manifest.json">
<script src="https://code.jquery.com/jquery-3.3.1.slim.js" integrity="sha256-fNXJFIlca05BIO2Y5zh1xrShK3ME+/lYZ0j+ChxX2DA=" crossorigin="anonymous"></script>
</head>
<body>
<main class="page404">
<div class="triangle"></div>
<div class="error-message">
<h1 id="error" class="has-text-dark">Error. . .</h1>
<div class="columns has-text-danger">
<div class="jump column">4</div>
<div class="jump column">0</div>
<div class="jump column">4</div>
</div>
<h2 id="message" class="title has-text-dark">Sorry, we couldn’t find what you were looking for.<br>Go back to the <a href=”index.php”>homepage.</a></h2>
</p>
</div>
</main>
</body>
</html>