GameBoy (Color) port of the GTA San Andreas arcade game Duality
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

index.html 623B

12345678910111213141516171819202122
  1. <html>
  2. <head>
  3. <style>
  4. body, html {
  5. margin: 0;
  6. padding: 0;
  7. }
  8. </style>
  9. </head>
  10. <body>
  11. <div style="width:100%;height:100%;max-width:100%">
  12. <div id="game"></div>
  13. </div>
  14. <script>
  15. EJS_player = "#game";
  16. EJS_core = "gb";
  17. EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
  18. EJS_gameUrl = "https://xythobuz.github.io/Duality/duality.gb";
  19. </script>
  20. <script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
  21. </body>
  22. </html>