aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 825bb838d62a5f07a07c0ee7438341ddd5b8e927 (plain)
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
<!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>
	<div><p><a href="https://github.com/oswjk/catgag">fork it.</a></p></div>
</body>
</html>