aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..c7a5697
--- /dev/null
+++ b/index.html
@@ -0,0 +1,14 @@
+<html>
+ <head>
+ <title>Snake by Lucifer</title>
+ <link rel="stylesheet" href="canvas.css">
+ <script src="script.js"></script>
+ </head>
+ <body>
+ <h3>Snake</h3>
+<canvas id="stage" height="480" width="720"></canvas>
+ <br><br>
+ <a href="game.html">New Game</a>
+ <a href="credits.html">Credits</a>
+ </body>
+</html>