From 5968b69e9b6b8febd1b846cc37c4cd220343a450 Mon Sep 17 00:00:00 2001 From: sky Date: Fri, 29 Sep 2023 13:44:32 -0400 Subject: [PATCH] Update index.html --- ducklife5/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ducklife5/index.html b/ducklife5/index.html index fe8e39ef..8cb00d95 100644 --- a/ducklife5/index.html +++ b/ducklife5/index.html @@ -4,7 +4,7 @@ - Duck Life 4 + Duck Life 5: Treasure Hunt @@ -20,7 +20,7 @@ player.style.width = "100%"; player.style.height = "100%"; container.appendChild(player); - player.load("ducklife4.swf"); + player.load("ducklife5.swf"); });