Add semag/terrifried/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-03-08 22:27:03 +00:00
parent 85cd6676ea
commit f9e8f6190a

View 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>