games/Games/Flash/bloons-td/1/index.html
2023-05-16 13:45:07 +02:00

13 lines
506 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Bloons TD 1</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</head>
<body>
<embed src="bloonstd.swf" style="position:fixed; top:0; left:0; bottom:0; right:0; width:100%; height:100%; border:none; margin:0; padding:0; overflow:hidden; z-index:999999;">
</body>
</html>