Files
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>