add more flash games

This commit is contained in:
Boof 2023-05-16 13:49:29 +02:00 committed by GitHub
parent 5fa4e8b1bc
commit ca34f85a7e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
7 changed files with 42 additions and 0 deletions

Binary file not shown.

View File

@ -0,0 +1,13 @@
<!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</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</head>
<body>
<embed src="bloons.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>

Binary file not shown.

View File

@ -0,0 +1,13 @@
<!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 2</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</head>
<body>
<embed src="bloons2.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>

Binary file not shown.

View File

@ -0,0 +1,13 @@
<!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 insanity pack</title>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
</head>
<body>
<embed src="bloonsinsanity.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>

View File

@ -24,6 +24,9 @@
<li><a href="bloons-td/3/">Bloons TD 3</a></li>
<li><a href="bloons-td/4/">Bloons TD 4</a></li>
<li><a href="bloons-td/5">Bloons TD 5</a></li>
<li><a href="bloons/1/">Bloons</a></li>
<li><a href="bloons/2/">Bloons 2</a></li>
<li><a href="bloons/insanity/">Bloons insanity pack</a></li>
</div>
</body>