mirror of
https://github.com/voxel-im/YinYang.git
synced 2024-11-22 16:03:07 +02:00
Create bloonstd2.html
This commit is contained in:
parent
68a5f87339
commit
f2878f02d8
1 changed files with 19 additions and 0 deletions
19
bloonstd2.html
Normal file
19
bloonstd2.html
Normal 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>
|
Loading…
Reference in a new issue