60sburgerrun fix

This commit is contained in:
Sky 2023-05-31 17:10:46 -04:00
parent 1aa7a75cf7
commit 58afbae0f4

View File

@ -12,7 +12,7 @@
</script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Achievement Unlocked</title>
<title>60s Burger Run</title>
<style>html{background-color:#000;}</style>
</head>
<body>
@ -28,7 +28,7 @@
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("achievementunlocked.swf");
player.load("60sBurgerRun.swf");
});
</script>
</body>