EmulatorJS/index.html
2023-06-22 11:00:13 -05:00

11 lines
280 B
HTML

<div style='width:640px;height:480px;max-width:100%'>
<div id='game'></div>
</div>
<script type='text/javascript'>
EJS_player = '#game';
EJS_core = 'nes';
EJS_gameUrl = 'mega_mountain.nes';
EJS_DEBUG_XX = true;
</script>
<script src='src/loader.js'></script>