forked from erkie/erkie.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
63 lines (49 loc) · 1.98 KB
/
index.html
File metadata and controls
63 lines (49 loc) · 1.98 KB
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
<!DOCTYPE html>
<html>
<head>
<title>Hello, want to kill some time?</title>
<style type="text/css">
body {
font: 14pt/1.2 Arial;
}
h1, h2, h3 { font-weight: normal; text-align: center; }
#wrapper {
width: 700px;
margin: 0 auto;
}
#doit {
margin-top: -10px;
display: block;
width: 498px;
height: 176px;
margin: 0 auto;
background: url(button.png) no-repeat;
text-indent: -99999px;
overflow: hidden;
}
.ASTEROIDSYEAH #doit {
opacity: 0.5;
}
</style>
</head>
<body>
<div id="wrapper">
<h1>Bored?</h1>
<p><a id="doit" href="javascript:var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);" title="Click or drag me to your bookmarks bar and click on your webpage of choice">Kick ass</a>
</p>
<p><a href="javascript:var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);">Drag this bookmarklet to your bookmarks bar or a tab and start having some fun on other pages too!</a></p>
<p style="clear:both"><strong>Tip:</strong> It works great to vaporize annoying ads.</p>
<!--<p><strong>Tip #2:</strong> I forgot</p>-->
<h2>How to</h2>
<ul style="float: left; width: 200px;">
<li><strong>Steer</strong> with the arrow-keys.</li>
<li><strong>Shoot</strong> with space.</li>
<li>To <strong>activate</strong> click the bookmark <em>once</em> on your webpage of choice.</li>
<li>Can't see your remaining enemies? Then <strong>press and hold B</strong></li>
</ul>
<img style="float: right" src="wow.png" alt="" />
<p style="clear: both;"><strong>Remember</strong>: It's cooler if you make your own sound effects.</p>
<p><small>Feel free to do whatever you want with it. But remember you saw it first here!</small></p>
</div>
</body>
</html>