This repository has been archived on 2025-05-22. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
html5-canvas-tut/public/index.html
2025-05-22 12:30:14 -04:00

13 lines
216 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Tutorial Game</title>
<script type='text/javascript' src='tutorial.js'></script>
</head>
<body>
<div id="load" >Loading...</div>
<canvas id="viewport"></canvas>
</body>
</html>