Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
INJFLEA7272 authored Oct 5, 2023
1 parent 6b49264 commit dbbcc34
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 @@ -16,7 +16,7 @@ <h1> test </h1>
const player = ruffle.createPlayer();
const container = document.getElementById("container");
container.appendChild(player);
player.load("C:/Users/injflea727/Saved%20Games/tboiwotl-v1.666.swf");
player.load("tboiwotl-v1.666.swf");
});
</script>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
Expand Down

0 comments on commit dbbcc34

Please sign in to comment.