Create dl4

This commit is contained in:
Games-From-Flash 2022-03-11 21:23:15 -05:00 committed by GitHub
parent 9e21f0463a
commit 540c4e0f0d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
html/dl4 Normal file
View file

@ -0,0 +1,10 @@
<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<head>
<title>Duck Life 4</title>
</head>
<body>
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Duck Life 4.swf"></embed>
</body>
</html>