1
0
forked from sent/waves
waves/public/assets/g/pokemon/ruby/index.html
2025-04-10 22:14:05 -05:00

24 lines
562 B
HTML

<html>
<head>
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_pathtodata = "/assets/g/emulatorjs/data/";
EJS_gameUrl = "ruby.gba";
EJS_core = 'gba';
</script>
<script src="/assets/g/emulatorjs/data/loader.js"></script>
</body>
</html>