Update smash.html

This commit is contained in:
mileswa1q22
2024-11-22 10:54:46 -06:00
committed by GitHub
parent 03e8880317
commit 31d6fcfb6b
@@ -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>