index.html 129 B

123456
  1. <html>
  2. <body>
  3. <canvas id ="canvas" width="1024" height="768"></canvas>
  4. <script src="app.js"></script>
  5. </body>
  6. </html>