flash/html/btd.html
2022-03-11 21:16:32 -05:00

10 lines
260 B
HTML

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