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 b8cd785 commit 8c2a8ca
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions zapaspastaria.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
<!DOCTYPE html>
<html>
<body>
<script src="everypage.js"></script>
<embed width="100%" height="100%" name="plugin" id="plugin" src="zswfs/papaspastaria.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="zswfs/papaspastaria.swf" width="100%" height="100%" />
</object>
<script src="ruffle.js"></script>
</body>

0 comments on commit 8c2a8ca

Please sign in to comment.