-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
27 lines (27 loc) · 844 Bytes
/
Copy pathindex.html
File metadata and controls
27 lines (27 loc) · 844 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
<html>
<head>
<!--HTML file auto generated using EmulatorJS codehelper-->
<style>
body, html {
margin: 0;
padding: 0;
}
</style>
<title>Pokemo-Sapphire</title>
</head>
<body>
<div style="width:100%;height:100%;max-width:100%">
<div id="game"></div>
</div>
<script>
EJS_player = "#game";
EJS_core = "gba";
EJS_gameName = "pkmnsphre";
EJS_color = "#0064ff";
EJS_pathtodata = "https://cdn.emulatorjs.org/stable/data/";
EJS_gameUrl = "Pokemon - Sapphire Version (U) (V1.1).gba";
EJS_biosUrl = "gba_bios.bin";
</script>
<script src="https://cdn.emulatorjs.org/stable/data/loader.js"></script>
</body>
</html>