Files
Web-Dev-For-Beginners/6-space-game/6-end-condition/solution/index.html
2020-11-09 22:51:04 -05:00

6 lines
129 B
HTML

<html>
<body>
<canvas id ="canvas" width="1024" height="768"></canvas>
<script src="app.js"></script>
</body>
</html>