mirror of
https://gitlab.com/skysthelimit.dev/selenite.git
synced 2025-06-16 10:32:08 -05:00
Add semag/terrifried/index.html
This commit is contained in:
parent
85cd6676ea
commit
f9e8f6190a
22
semag/terrifried/index.html
Normal file
22
semag/terrifried/index.html
Normal file
@ -0,0 +1,22 @@
|
|||||||
|
<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_core = "CORE_NAME";
|
||||||
|
EJS_pathtodata = "https://cdn.emulatorjs.org/3.1.5/data/";
|
||||||
|
EJS_gameUrl = "";
|
||||||
|
</script>
|
||||||
|
<script src="https://cdn.emulatorjs.org/3.1.5/data/loader.js"></script>
|
||||||
|
</body>
|
||||||
|
</html>
|
Loading…
x
Reference in New Issue
Block a user