-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
45 lines (45 loc) · 938 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<title>inded</title>
<link rel="icon" type="image/x-icon" href="resources/images/logos/inded.ico">
<link href="resources/fonts/Lato-Bold.ttf" rel="stylesheet" type="text/css">
<style>
body {
font-family: 'Lato-Bold', Calibri, Arial, sans-serif;
text-align: center;
font-size: 2em;
padding: 2em;
color: #89867e;
background: #f9f9f9;
}
footer {
position: fixed;
bottom: 0;
left: 0;
width: 100%;
}
h1 {
font-size: 2.625em;
line-height: 1.3;
margin: 0;
font-weight: 300;
}
h2 {
display: block;
font-size: 60%;
color: #ceccc6;
padding: 0 0 0.6em 0.1em;
}
</style>
</head>
<body onclick='window.location.href="//inded.xyz/"'>
<header>
<h1>404<h1>
<h3>you killed it, its dead</h3>
</header>
<footer>
<p>Copyright Inded.xyz 2022 <a href="//github.com/inded">Github</a></p>
</footer>
</body>
</html>