index.html 326 B

1234567891011121314151617
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <script src="https://cdn.jsdelivr.net/npm/phaser/dist/phaser.js"></script>
  5. </head>
  6. <body>
  7. <style>
  8. body {
  9. overflow: hidden;
  10. padding: 0px;
  11. margin: 0px;
  12. }
  13. </style>
  14. <script src="main.js" type="module"></script>
  15. </body>
  16. </html>