mirror of
https://github.com/selenite-cc/flasharchive.git
synced 2025-01-22 12:42:53 -03:00
10 lines
270 B
HTML
10 lines
270 B
HTML
<!doctype html>
|
|
<html>
|
|
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
|
<head>
|
|
<title>Duck Life 2</title>
|
|
</head>
|
|
<body>
|
|
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Duck Life 2 - World Champion.swf"></embed>
|
|
</body>
|
|
</html>
|