forked from erkie/erkie.github.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathasteroids-new.html
71 lines (58 loc) · 2.28 KB
/
asteroids-new.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
<!DOCTYPE html>
<html>
<head>
<title>Are you bored?</title>
<link rel="stylesheet" type="text/css" href="styles.css" />
</head>
<body>
<p class="warning">This is the landing page for the new version of Kick Ass. It would be great if you could test it. <a href="https://github.com/erkie/erkie.github.com/issues">Be sure to post bugs/suggestions to the bugtracker</a>. Suggestions for the landing page are welcome too.<br /><a href="http://erkie.github.com/">Back to normal Kick ass </a></p>
<div id="wrapper">
<h1>Bored?</h1>
<ul id="kickass">
<li>
<a href="javascript:var%20s%20=%20document.createElement('script');s.type='text/javascript';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids-2.js';void(0);">
<img src="button.png" alt="Kick Ass" />
</a>
</li>
<li id="how-to">
<h2>How to</h2>
<ol>
<li>Drag the green button to your bookmarks bar</li>
<li>Navigate to page of choice</li>
<li>Press newly created bookmarklet.</li>
<li><strong>Kick ass</strong></li>
</ol>
<p>Remember: It's cooler if you make your own sound effects.</p>
</li>
</ul>
<div class="clear"></div>
<div id="info">
<h2>About the beta</h2>
<p>
The entire game has been redone from the ground up. This was because the old code was
experiencing some severe growing pains and was getting quite old.
</p>
<p>
<strong>Status:</strong> Right now it's as good as feature complete with the first version.
Right now support for IE is prioritised.
</p>
<p>
And some new features are in the works.
</p>
</div>
<div id="about">
<p><a href="http://erikrothoff.com/">Kick Ass was created by Erik Rothoff Andersson</a></p>
</div>
</div>
<script type="text/javascript">
var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-18836340-1']);
_gaq.push(['_trackPageview']);
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();
</script>
</body>
</html>