index.html 507 B

12345678910111213141516171819202122232425262728
  1. <!DOCTYPE html>
  2. <html >
  3. <head>
  4. <meta charset="UTF-8">
  5. <title>Lepore contro tutti</title>
  6. </head>
  7. <body>
  8. <html>
  9. <head>
  10. <meta charset="utf-8"/>
  11. <script src="phaser.js"></script>
  12. <script src="game.js"></script>
  13. </head>
  14. <body style="margin: 0; padding: 0;"></body>
  15. </html>
  16. <script src='https://cdnjs.cloudflare.com/ajax/libs/phaser/2.4.7/phaser.min.js'></script>
  17. <script src="js/resource.js"></script>
  18. <script src="js/index.js"></script>
  19. </body>
  20. </html>