Create btd2.html

This commit is contained in:
Games-From-Flash 2022-03-11 21:15:47 -05:00 committed by GitHub
parent 83242dca45
commit 5dbb4ac065
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

10
html/btd2.html Normal file
View file

@ -0,0 +1,10 @@
<!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>