waves/public/assets/g/supermario64ds/index.html
2025-04-17 20:43:10 -05:00

26 lines
699 B
HTML

<html>
<head>
<title>Super Mario 64 DS</title>
<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 = "nds";
EJS_color = "#0064ff";
EJS_startOnLoaded = true;
EJS_pathtodata = "/assets/g/emulatorjs/data/";
EJS_gameUrl = "Super Mario 64 DS (USA) (Rev 1).nds";
</script>
<script src="/assets/g/emulatorjs/data/loader.js"></script>
</html>