-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
31 lines (30 loc) · 1.34 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="/Images_FolderIMEAN_directory/FAVICOTONY.png" type="image/png">
<link rel="stylesheet" href="/wtfstyle.css">
<title>huh</title>
</head>
<body background="/Images_FolderIMEAN_directory/tea69.png">
<div id="stuff">
<h1>There has been a huge misunderstanding</h1>
<p>I'm a website, I don't know what <span id="Beans"></span> <span id="qwdqwdqwdqwdqwdqwdqwdqwd"></span> is.</p>
<a href="/index.html" id="OkayThen">I understand</a>
<hr>
<a href="https://iammoltony.github.io/banner.htm"><img src="https://iammoltony.github.io/cert/moltony_certified.jpg"></a>
<i><p>tea via open clipart</p></i>
</div>
<script src="/letters.js"></script>
<script src="/article.js"></script>
<script>
var asasas = "I understand";
if (Math.random() < 0.01)
asasas = "I misunderstand";
document.querySelector("#qwdqwdqwdqwdqwdqwdqwdqwd").innerText = document.location.pathname.substring(1);
document.querySelector("#Beans").innerText = ShallPutA(document.location.pathname.substring(1)[0]) ? "a" : "an";
document.querySelector("#OkayThen").innerText = asasas;
</script>
</body>
</html>