Skip to content

Commit

Permalink
Update SWF file Ruffle src
Browse files Browse the repository at this point in the history
  • Loading branch information
mountain658 committed Nov 30, 2023
1 parent 49a1433 commit b8cd785
Showing 1 changed file with 6 additions and 9 deletions.
15 changes: 6 additions & 9 deletions z1on1Soccer.html
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
<!DOCTYPE html>

<html>
<body>
<script src='/everypage.js'></script>
<embed width="100%" height="100%" name="plugin" id="plugin" src="http://freeswfgames.github.io/swfs/swf/1-on-1-soccer.swf" type="application/x-shockwave-flash">
<script src="https://ruffle.rs/demo/index.js"></script>
</body>
</html>
<body style="margin:0;overflow:hidden">
<object>
<embed src="http://freeswfgames.github.io/swfs/swf/1-on-1-soccer.swf" width="100%" height="100%" />
</object>
<script src="ruffle.js"></script>
</body>

1 comment on commit b8cd785

@vercel
Copy link

@vercel vercel bot commented on b8cd785 Nov 30, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.