YinYang/bloonstd2.html
2024-03-24 02:06:27 -04:00

20 lines
709 B
HTML

<!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>