index.html 416 B

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