-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.html
115 lines (87 loc) · 3.85 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
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
<!DOCTYPE html>
<html>
<head>
<script async src="https://www.googletagmanager.com/gtag/js?id=G-X1L4RBL935"></script>
<script src="analytics.js"></script>
<title>404 — project not found</title>
<meta charset="UTF-8">
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="icon" href="">
<style>
body {
color: rgb(0, 0, 0);
font-family: Comic Sans MS;
margin: auto;
text-align: center;
}
h1 {
color: rgb(90, 150, 135);
font-size: 100px;
}
#not-found {
font-size: 24px;
}
#space {
content: " ";
display: block;
margin-bottom: 50%;
}
/* bro wth get out of inspect element */
#sus {
border-color: rgb(195, 235, 220);
border-radius: 5px;
border-style: solid;
}
</style>
</head>
<body>
<h1>404</h1>
<p id="not-found">looks like the page you're trying to visit doesn't exist…</p><br>
<p>btw old urls ending in something like "games.html" or "library.html" are now shortened so you no longer need the ".html"</p>
<br><br>
<p>cata is sad :c</p>
<img src="https://media.tenor.com/g49-oM67H74AAAAM/cats-kitten.gif">
<br><br><br>
<h3><a href="https://nunnerrs.github.io/index.html" style="text-decoration: none; color: rgb(0, 125, 100);">Back to the NunnerVerse²</a></h3>
<span id="space"></span>
<p autocomplete="off" enterkeyhint="submit" id="hint"></p>
<input autocomplete="off" data-code="nunnersisepic" enterkeyhint="submit" id="sus" type="text"><br>
<script>
// STOP LOOKING AT THE CODE. THIS IS SUPPOSED TO BE A FUN LITTLE SECRET AND YOU'RE SPOILING IT FOR YOURSELF. ONLY WIENERS GIVE UP.
const sus = document.getElementById("sus");
const hint = document.getElementById("hint");
const code = "https://nunnerrs.github.io";
const Code = "86479567204572849834097834709423";
const REALcode = "IlIIl1IllI1lIlI1IlI";
// past this line of code, the real answer lies; are you sure you'd like to proceed?
// [Y]es
// [N]o, nevermind
var c = "Never gonna give you up, never gonna let you down, never gonna run around and desert you; Never gonna make you cry, never gonna say goodbye, never gonna tell a lie and hurt you."
var answer = 541;
function checkCode(e) {
if (e.key == "Enter") {
let v = sus.value;
if (v != answer && v != code && Code && REALcode && c != "can you actually stop snooping around my code to find the answer?" && v == title) {
sus.blur();
sus.value = "";
hint.innerHTML = "good job on making it this far! there's nothing yet after this so LMAOOO";
let done = false;
let l = 50;
setInterval(function(){
if (done == false && l < 100) {
sus.style.backgroundColor = "hsl(120, 100%, " + l + "%)";
l += 1;
} else {
sus.style.backgroundColor = "";
done = true;
};
}, 100);
};
};
};
const title = "MASSIVE";
sus.onkeypress = checkCode;
</script>
</body>
</html>