aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorOskari Timperi <oskari.timperi@iki.fi>2011-08-02 23:37:39 +0300
committerOskari Timperi <oskari.timperi@iki.fi>2011-08-02 23:37:39 +0300
commit23bebaccd9f7e5d9ad426c04959eddb34514708e (patch)
treecd0493008ab94949dac32d620e79cf23e8697536 /index.html
downloadcatgag-23bebaccd9f7e5d9ad426c04959eddb34514708e.tar.gz
catgag-23bebaccd9f7e5d9ad426c04959eddb34514708e.zip
Initial commit
Diffstat (limited to 'index.html')
-rw-r--r--index.html24
1 files changed, 24 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..0eb8a09
--- /dev/null
+++ b/index.html
@@ -0,0 +1,24 @@
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
+ "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
+<html xmlns="http://www.w3.org/1999/xhtml">
+<head>
+ <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
+ <title>CatGAG</title>
+ <script src="jaws-min.js"></script>
+ <script src="catgag.js"></script>
+</head>
+ <body>
+ <div class="canvasHolder">
+ <canvas id="canvas" width="800" height="600" style="border: 1px solid black" ></canvas>
+ </div>
+ <div id="help">
+ <p>
+ Move with <strong>arrow keys</strong>, shoot gags with
+ <strong>z</strong> and barrel roll with <strong>spacebar</strong>.
+ You can shoot while (t)rolling :-)
+ </p>
+ </div>
+ <div><p>made by oswjk.</p></div>
+ <div><p><a href="http://www.smbc-comics.com/index.php?db=comics&id=2317">smbc.</a></p></div>
+</body>
+</html>