EmulatorJS/index.html
Ethan O'Brien f2bf2e9c30 Begin re-writing the base functions
Co-authored-by: Allan Niles <74841470+allancoding@users.noreply.github.com>
2023-06-20 14:17:02 -05:00

12 lines
293 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 = '';
EJS_pathtodata = 'data/';
EJS_DEBUG_XX = true;
</script>
<script src='src/loader.js'></script>