1
0
forked from sent/waves
waves/public/assets/g/guiltygear/index.html
2025-04-09 17:11:14 -05:00

25 lines
609 B
HTML

<html>
<head>
<script src="/js/all.min.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_pathtodata = "/semag/emulatorjs/data/";
EJS_gameUrl = "guiltygear.gba";
EJS_core = 'gba';
</script>
<script src="/semag/emulatorjs/data/loader.js"></script>
</body>
</html>