-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy path404.html
18 lines (18 loc) · 1.64 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
<html>
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8" />
<title>Nope</title>
</head>
<body><h1>404 Not found</h1>
<p>Really, the page does not exists (yet).</p>
<p>But somehow you come here.</p>
<p>You are trapped.</p>
<div></div>
<script type="text/javascript" charset="utf-8">
Array.prototype.randomElement = function () {return this[Math.floor(Math.random() * this.length)]}
e = ['(゚∀゚)','(´∀`)','(*´∀`)','(*゚∇゚)','(*´д`)','(*゚ー゚)','(゚3゚)','(´ー`)','(・_ゝ・)','(´','_ゝ`)','(´_ゝ`)','(・ー・)','(・∀・)','(ゝ∀・)','(〃∀〃)','(*゚∀゚*)','(゚∀。)','(`д´)','(`ε´)','(`ヮ´)','σ`∀´)','゚∀゚)σ','゚∀゚)ノ','(╬゚д゚)','(|||゚д゚)','(´゚д゚`)','(゚д゚)','Σ(゚д゚)','(;゚д゚)','(;´д`)','(д)゚゚','(☉д⊙)','(((゚д゚)))','(`・´)','(´д`)','(-д-)','(>д<)','(つд⊂)','・゚(ノд`゚)','(TдT)','(*´ω`*)','(・ω・)','(`・ω・)','(´・ω)','(`・ω)','(´・ω・`)','(`・ω・´)','(・_っ・)','(^_っ^)','(`_っ´)','(`ー´)','(´_っ`)','(´ρ`)','(゚ω゚)','(o゚ω゚o)','(^ω^)','(・ิ㉨・ิ)','(。◕∀◕。)','ヾ(´ε`ヾ)','(ノ・ω・)ノ','(ノ゚∀゚)ノ','(σ゚д゚)σ','(σ゚∀゚)σ','|д`)','|ー`)','|д゚)','|∀゚)','ヽ(●´∀`●)ノ','(゚д゚≡゚д゚)','。・゚・(つд`゚)・゚・','゚Å゚)','⊂彡☆))д`)','⊂彡☆))д´)','⊂彡☆))∀`)'];
function footer() {document.getElementsByTagName("DIV")[0].innerHTML = e.randomElement();document.title = e.randomElement()};
setInterval(footer, 5000);
footer();
</script>
</body></html>