flash/html/bloons.html

12 lines
313 B
HTML
Raw Normal View History

<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
2022-03-11 21:45:48 -05:00
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
<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>