mirror of
https://github.com/neogeek23/neogeek23.github.io.git
synced 2026-02-04 02:48:17 +00:00
11 lines
204 B
HTML
11 lines
204 B
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<script src="snake.js"></script>
|
|
<link rel="stylesheet" href="snake.css">
|
|
</head>
|
|
<body>
|
|
<canvas id="board"></canvas>
|
|
</body>
|
|
</html>
|