From 76c66d1641a4b9388d250c1d9574a67dbd7fa49c Mon Sep 17 00:00:00 2001 From: Zane V Date: Thu, 30 Apr 2026 17:39:55 +0000 Subject: [PATCH] add a url link --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index c90d397..42f49a6 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ const player = ruffle.createPlayer(); const container = document.getElementById("flash-container"); container.appendChild(player); - player.load("impossiblequiz.swf"); // Replace with your filename + player.load("https://code.zane.org/ZaneDev/games4.zane/raw/branch/main/impossiblequiz.swf"); // Replace with your filename });