flash/html/bloons.html

11 lines
243 B
HTML
Raw Normal View History

<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<head>
<title>Bloons</title>
</head>
<body>
2022-03-11 21:10:54 -05:00
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Bloons.swf"></embed>
</body>
</html>