flash/html/btd.html
Games-From-Flash ce461a4757
Update btd.html
2022-03-11 21:46:21 -05:00

11 lines
330 B
HTML

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