1234567891011121314151617 |
- <!DOCTYPE html>
- <html>
- <head>
- <script src="https://cdn.jsdelivr.net/npm/phaser/dist/phaser.js"></script>
- </head>
- <body>
- <style>
- body {
- overflow: hidden;
- padding: 0px;
- margin: 0px;
- }
- </style>
- <script src="main.js" type="module"></script>
- </body>
- </html>
|