Update index.html

This commit is contained in:
sky 2023-09-29 13:44:32 -04:00 committed by GitHub
parent 3054c044c3
commit 5968b69e9b

View File

@ -4,7 +4,7 @@
<script src="/js/all.js"></script>
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Duck Life 4</title>
<title>Duck Life 5: Treasure Hunt</title>
<style>html{background-color:#000;}</style>
</head>
<body>
@ -20,7 +20,7 @@
player.style.width = "100%";
player.style.height = "100%";
container.appendChild(player);
player.load("ducklife4.swf");
player.load("ducklife5.swf");
});
</script>
</body>