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