-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
29 lines (29 loc) · 945 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
<!doctype html>
<html lang=en style="font-family:monospace">
<head>
<meta charset=UTF-8>
<meta name=viewport content="width=device-width, initial-scale=1">
<title>Not found | Rudxain @ GHP</title>
<meta name=color-scheme content="light dark">
</head>
<body>
<header><h1 id=t>Title not found 💀</h1></header>
<section>
<p>❔️ The file you requested doesn't exist right now.</p>
<p>ℹ️ Remember, URLs are case-sensitive (except domain-names)</p>
</section>
<footer><a href="https://githubstatus.com">GH Status</a></footer>
<script>'use strict'
const m = [
"It seems you're out of bounds...",
"Can't have pages in Ohio 💀",
"😨 You just invoked Undefined Behavior!!! 😱",
"Was that a typo?",
"bro can't type 💀",
"Are you trying to no-clip into the WebRooms?",
'"Please enable JS to-" [gets slapped]'
]
document.getElementById("t").innerText = m[Math.random() * m.length |0]
</script>
</body>
</html>