Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
akac97 authored Jan 6, 2024
1 parent b9545fe commit 4172a2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
element.id = "flashContent";
document.body.appendChild(element);

player.load("https://raw.githubusercontent.com/akac97/testweb/main/bushshootout_game.swf").then(function () {
player.load("https://raw.githubusercontent.com/akac97/bushshootout/main/bushshootout_game.swf").then(function () {
element.appendChild(player);
}).catch(function (error) {
console.error("Error loading Ruffle:", error);
Expand Down

0 comments on commit 4172a2d

Please sign in to comment.