Update smash.html
This commit is contained in:
@@ -20,10 +20,10 @@
|
||||
|
||||
<script type="text/javascript" src="embed.js"></script>
|
||||
<script>
|
||||
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "GB/GBC/GBA", rom: "SmashLand-Final-1-1.zip"});
|
||||
var frame = webretroEmbed(document.getElementById("webretro-container"), "../", {system: "GB/GBC/GBA", rom: "SmashLand-Final-1-1"});
|
||||
document.getElementById("fullscreen").onclick = function() {
|
||||
frame.requestFullscreen();
|
||||
};
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user