Delete semag/terrifried/index.html

This commit is contained in:
LEGALISE_PIRACY 2024-03-08 22:41:04 +00:00
parent 62d5a7a741
commit 4e0d8941f2

View File

@ -1,22 +0,0 @@
<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 = "https://cdn.emulatorjs.org/3.1.5/data/cores/melonds-wasm.data";
EJS_pathtodata = "https://cdn.emulatorjs.org/3.1.5/data/";
EJS_gameUrl = "Terri-Fried (FAT Disabled).nds";
</script>
<script src="https://cdn.emulatorjs.org/3.1.5/data/loader.js"></script>
</body>
</html>