mirror of
https://github.com/hexahigh/games.git
synced 2025-12-11 20:15:38 +01:00
added bloons td
This commit is contained in:
parent
9f99f1d394
commit
3321b7f94c
BIN
Games/Flash/bloons/1/bloonstd.swf
Normal file
BIN
Games/Flash/bloons/1/bloonstd.swf
Normal file
Binary file not shown.
13
Games/Flash/bloons/1/index.html
Normal file
13
Games/Flash/bloons/1/index.html
Normal 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 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>
|
||||
BIN
Games/Flash/bloons/2/bloonstd2.swf
Normal file
BIN
Games/Flash/bloons/2/bloonstd2.swf
Normal file
Binary file not shown.
13
Games/Flash/bloons/2/index.html
Normal file
13
Games/Flash/bloons/2/index.html
Normal 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 TD 2</title>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
</head>
|
||||
<body>
|
||||
<embed src="bloonstd2.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>
|
||||
BIN
Games/Flash/bloons/3/bloonstd3.swf
Normal file
BIN
Games/Flash/bloons/3/bloonstd3.swf
Normal file
Binary file not shown.
13
Games/Flash/bloons/3/index.html
Normal file
13
Games/Flash/bloons/3/index.html
Normal 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 TD 3</title>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
</head>
|
||||
<body>
|
||||
<embed src="bloonstd3.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>
|
||||
BIN
Games/Flash/bloons/4/bloonstd4.swf
Normal file
BIN
Games/Flash/bloons/4/bloonstd4.swf
Normal file
Binary file not shown.
13
Games/Flash/bloons/4/index.html
Normal file
13
Games/Flash/bloons/4/index.html
Normal 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 TD 4</title>
|
||||
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
|
||||
</head>
|
||||
<body>
|
||||
<embed src="bloonstd4.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>
|
||||
@ -18,6 +18,10 @@
|
||||
<li><a href="Interactive buddy/">Interactive buddy</a></li>
|
||||
<li><a href="bloxorz/">Bloxorz</a></li>
|
||||
<li><a href="pvz/">Plants vs zombies</a></li>
|
||||
<li><a href="bloons/1/">Bloons TD 1</a></li>
|
||||
<li><a href="bloons/2/">Bloons TD 2</a></li>
|
||||
<li><a href="bloons/3/">Bloons TD 3</a></li>
|
||||
<li><a href="bloons/4/">Bloons TD 4</a></li>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user