EmulatorJS/index.html

13 lines
335 B
HTML
Raw Normal View History

<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;
2023-07-01 18:59:39 +00:00
EJS_AdUrl = "https://www.google.com/search?igu=1";
</script>
<script src='src/loader.js'></script>