This repository has been archived on 2026-04-25. You can view files and clone it, but cannot push or open issues or pull requests.
Snake-JS/index.html

11 lines
240 B
HTML
Raw Permalink Normal View History

2024-05-08 12:35:02 -05:00
<html>
<head>
<title>JSnake</title>
<link rel="Stylesheet" href="./style.css">
</head>
<body>
<canvas width="800" height="600" id="gameCanvas">
</body>
<script src="./script.js"></script>
</html>