-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
44 lines (32 loc) · 1.06 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>
<head>
<title>404 - Site does not exist</title>
<meta name="title" content="Luis Rieke - 404">
<meta name="description" content="404">
<meta name="keywords" content="404">
<meta name="robots" content="index, follow">
<meta name="language" content="English">
<meta name="author" content="Luis Rieke">
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<link rel="stylesheet" href="assets/css/main.css" />
<link rel="shortcut icon" href="assets/images/favicon.ico">
</head>
<body>
<section id="main">
<div class="inner">
<section id="one" class="wrapper style1">
<header class="special">
<center>
<h2>This is a 404 ✌️</h2>
<p>Which means, this URL has disappeared or never existed. <br>
Chances are it was another one of my weird projects 🙉</p>
<button class="button404" onclick="window.location.href='/';">← back home</button>
</center>
</header>
</section>
</div>
</section>
</body>
</html>