frontend/pokemon/blue/index.html
skysthelimitt 004d7de2d7 stuff
2023-10-31 21:22:29 -04:00

25 lines
621 B
HTML

<html>
<head>
<script src="/js/all.js"></script>
<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_core = "CORE_NAME";
EJS_pathtodata = "/emulatorjs/data/";
EJS_gameUrl = "blue.gb";
EJS_core = 'gba';
</script>
<script src="/emulatorjs/data/loader.js"></script>
</body>
</html>