flash/html/bloons.html
2022-03-11 21:10:54 -05:00

10 lines
243 B
HTML

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