Skip to content

Commit

Permalink
Create index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
janbodnar committed Feb 5, 2018
1 parent c7741df commit 794c645
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions index.html
@@ -0,0 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>JavaScript Snake game</title>
<style>
canvas {background: black}
</style>

<script src="snake.js"></script>
</head>

<body onload="init();">
<canvas id="myCanvas" width="300" height="300">
</canvas>
</body>
</html>

0 comments on commit 794c645

Please sign in to comment.