flash/html/dl3.html
Games-From-Flash 67722046f9
Update dl3.html
2022-03-12 08:46:46 -05:00

14 lines
595 B
HTML

<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
<head>
<title>Duck Life 3</title>
</head>
<body>
<center>
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/Duck Life 3 - Evolution.swf">Here</a> to download the file and click <a href="index.html">Here</a> to go back. Right click the game in order to go to fullscreen.</p>
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Duck Life 3 - Evolution.swf"></embed>
</center>
</body>
</html>