This commit is contained in:
semblanceofsense 2025-03-10 22:36:38 -06:00
parent ca784c105f
commit 5d70681f56

View File

@ -1,7 +1,7 @@
<object width="500" height="400"> <object width="500" height="400">
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script> <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<param name="isaac" value="/var/www/filestorage/isaac.swf"> <param name="isaac" value="isaac.swf">
<embed src="/var/www/filestorage/isaac.swf" <embed src="isaac.swf"
width="500" height="400"> width="500" height="400">
</embed> </embed>
</object> </object>