-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy path404.html
61 lines (50 loc) · 1.84 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
<!doctype html>
<meta charset=utf-8>
<title> 404 new directions </title>
<style>
body {background:#24272A; color:white;}
section {text-align:center;}
pre {color:white; font-family:monospace; font-weight:bold; margin:50px;}
pre a {color:lime; text-decoration:none}
pre a:hover {text-decoration:underline}
#buttonEnter {display:none}
input[type=button] {
margin:10px auto; border-radius:4px; border:1px solid #333; color:#fafafa; width:200px; height: 30px;
font-family:monospace; font-weight:bold;
background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#151719), to(#202325));
background-image: -webkit-linear-gradient(top, #151719, #202325);
background-image: -moz-linear-gradient(top, #151719, #202325);
background-image: -ms-linear-gradient(top, #151719, #202325);
background-image: -o-linear-gradient(top, #151719, #202325);
}
</style>
<section>
<pre>
44 0000 44
44 4 0 00 44 4
44 44 0 00 0 44 44
4444444 00 0 4444444
44 0000 44
not found :(
</pre>
<canvas id=canvas><pre>
Hey there, it looks like you're using Microsoft's Internet Explorer.
Microsoft hates the Web and doesn't support HTML5 :(
<!--
Well that's not exactly true, I'm pretty sure it would run just fine on a recent version,
not that I tested tho.
And I sure hope there's a lot of people at MS who like the web!
-->
</pre></canvas>
<input type=button id=buttonEnter value=Enter>
<pre>
this game is called <a href=http://impactjs.com/drop/ title="play Drop.js!">Drop.js</a>
<a href=http://impactjs.org title="awesome HTML5 games!">ImpactJS.org</a> © 2010 Dominic Szablewski
</pre>
</section>
<script src=/drop/drop.js?plug=none>
// ImpactJS.org © 2010 Dominic Szablewski
</script>
<script>
ig.module('main').requires('drop').defines(function(){DropGame.start();});
</script>