We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ee84dc commit 125287eCopy full SHA for 125287e
views/game.html
@@ -0,0 +1,10 @@
1
+<!DOCTYPE html>
2
+<html>
3
+ <head>
4
+ <title>radial snake</title>
5
+ </head>
6
+
7
+ <body>
8
+ <canvas id="gameCanvas" tabindex="0"></canvas>
9
+ </body>
10
+</html>
0 commit comments