retro-back/templates/emulator.html
2025-01-22 17:18:24 +01:00

17 lines
569 B
HTML

<html>
<body>
<div style="width:640px;height:480px;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "{{console_core}}";
EJS_startOnLoaded = false;
EJS_pathtodata = "static/data";
EJS_gameUrl = 'https://videogamedb.simailadjalim.fr/roms/{{rom_id}}?romfile=true';
//EJS_gameUrl = 'static/1594 - Zero One SP (J)(Rising Sun).gba';
</script>
<script src="static/data/loader.js"></script>
</body>
</html