diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 24 |
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> |
