-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
65 lines (63 loc) · 2.19 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
63
64
65
</<!DOCTYPE html>
<html lang="en" dir="ltr">
<!--
┏━┳━┓┏━━┓
┃┃┃┃┣╋┓┏╋┳━┳━┳┓
┃┃┃┃┃┏┫┃┏┫╋┃┃┃┃
┗┻━┻┻┛┗┻┛┗━┻┻━┛
-->
<head>
<meta charset="utf-8">
<title>Oof. | MrTron</title>
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Hind+Siliguri:ital,wght@0,400;0,500;0,600;0,700;0,800;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css">
<style type="text/css">
body {
background-color: #17181a;
color: white;
font-family: 'Hind Siliguri', sans-serif;
}
h1 {
width:800px;
height: 200px; line-height: 200px;
position: absolute;
top: 50%; margin-top:-100px;
left: 50%; margin-left:-400px;
font-weight: bold;
font-size: 100px;
text-transform: lowercase;
color: white; text-align: center;
text-decoration: underline;
}
p {
width:800px;
height: 200px;
position: absolute;
top: 55%;
left: 50%; margin-left:-400px;
font-weight: 300;
font-size: 30px;
text-transform: lowercase;
color: white; text-align: center;
}
a:link, a:visited {
color: white;
font-weight: 500;
transition: color 1s ease-out 100ms
}
a:hover {
color: #00e7ff;
}
</style>
</head>
<body>
<audio style="margin: 300px auto; display: block;" controls="" autoplay="">
<source src="https://media.tronmc.com/wheatley-404.wav" type="audio/mpeg">
</audio>
<h1>404 | Not Found.</h1>
<p>Mate, I've got some great news...I found a way for you to get back! Yep, right so just <a href="https://mrtron.dev"><span>click here</span></a> and it'll take you right back</p>
<script defer data-api="https://web.maxuk.me/api/log" data-domain="mrtron.dev" src="https://web.maxuk.me/js/stats.js" type="text/javascript"></script>
</body>
</html>