flash/html/dl3.html

12 lines
335 B
HTML
Raw Normal View History

2022-03-11 21:21:34 -05:00
<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
2022-03-11 21:47:24 -05:00
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
2022-03-11 21:21:34 -05:00
<head>
<title>Duck Life 3</title>
</head>
<body>
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Duck Life 3 - Evolution.swf"></embed>
</body>
</html>