flash/html/btd.html

15 lines
576 B
HTML
Raw Normal View History

2022-03-11 21:16:21 -05:00
<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
2022-03-11 21:46:21 -05:00
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
2022-03-11 21:16:21 -05:00
<head>
<title>Bloons Tower Defense</title>
</head>
<body>
2022-03-12 08:22:14 -05:00
<center>
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/Bloons TD.swf">Here</a> to download the file and click <a href="index.html">Here</a> to go back. Right click the game in order to go to fullscreen.</p>
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Bloons TD.swf"></embed>
</center>
2022-03-11 21:16:21 -05:00
</body>
</html>