-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
62 lines (54 loc) · 1.77 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
---
permalink: /404.html
---
<DOCTYPE html>
<html lang="en">
<head>
<link href="https://fonts.googleapis.com/css2?family=Courier+Prime&display=swap" rel="stylesheet">
<link rel="icon" href="favicon.png" type="image/x-icon">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - AG2V</title>
<style>
body {
background-color: #000000;
font-family: 'Courier Prime', monospace;
text-align: center;
}
h1 {
font-family: 'Courier Prime', monospace;
font-style: italic;
color: #cdcdcd;
margin-left:auto;
margin-right:auto;
text-align:center;
margin-top: 20px;
}
p {
font-family: 'Courier Prime', monospace;
font-size: 16px;
color: #a2a2a2;
}
a {
text-decoration: none;
color: #ffa200;
}
span {
line-height: 1.4;
color: #a2a2a2;
font-size: 17px;
}
</style>
</head>
<body>
<h1>no<3</h1>
<p>this page does not exist. try again.</p>
<a href="index.html">click here to go back home.</a>
<hr style="height: 100px; visibility: hidden">
<div class="bottombar" ;
style="border: #cf7b00 solid 1px; border-radius: 10px; max-width: 700px; alignment: center; margin: auto">
<p>visit <a href="https://github.com/struts681">my github</a></p>
<p style="font-size: 10px">© AG2V 2020-20XX</p>
</div>
</body>
</html>