blob: 0eb8a0909bfef12accc664b4d80f42352ff6eccd (
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
|
<!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>
|