EmulatorJS/index.html

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