Create bloonstd2.html

This commit is contained in:
Voxel 2024-03-24 02:06:27 -04:00 committed by GitHub
parent 68a5f87339
commit f2878f02d8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

19
bloonstd2.html Normal file
View file

@ -0,0 +1,19 @@
<!DOCTYPE html>
<html>
<head>
<title> Bloons TD 2 </title>
<script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-3044824252307692"
crossorigin="anonymous"></script>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style> body { background-color: #000000; margin:0; } ruffle-embed { position:absolute; top: 0; left: 0; width: 100vw; height: 100vh; }</style>
<link rel="icon" type="image/png" href="favicon.png" />
</head>
<body>
<embed src="https://reider71164.github.io/bloonstd2.swf"> </embed>
<script src="https://cdn.jsdelivr.net/npm/@ruffle-rs/ruffle@0.1.0-nightly.2023.8.31/ruffle.min.js"></script>
</body>
</html>