flash/html/btd2.html

11 lines
264 B
HTML
Raw Normal View History

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