add snake
This commit is contained in:
+16
@@ -0,0 +1,16 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<title>Game</title>
|
||||
<link rel="stylesheet" type="text/css" href="snake.css" />
|
||||
</head>
|
||||
<body>
|
||||
<h1>Game</h1>
|
||||
<div class="canvas-wrapper">
|
||||
<canvas id="game-canvas"></canvas>
|
||||
</div>
|
||||
<script type="module" src="/snake.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user