diff options
Diffstat (limited to 'snek.html')
-rw-r--r-- | snek.html | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/snek.html b/snek.html new file mode 100644 index 0000000..653ac98 --- /dev/null +++ b/snek.html @@ -0,0 +1,16 @@ +<!DOCTYPE html> + +<html> +<head> + <title> ANGRY SNEK </title> + <meta charset="utf-8"> + <script src="snek.js"></script> + <link rel="stylesheet" href="snek.css"> + +</head> + +<body onload="main()"> + <canvas id="canvas1"></canvas> +</body> + +</html> |