game.html 390 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>Game Demo</title>
  6. </head>
  7. <body>
  8. <div id="container"></div>
  9. <button id="connect">Connect</button>
  10. <!-- <script src="./cannon-es.js"></script> -->
  11. <script type="module" src="./game.js"></script>
  12. </body>
  13. </html>