flash/html/btd.html

27 lines
1 KiB
HTML
Raw Normal View History

2022-03-11 21:16:21 -05:00
<!doctype html>
<html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
2022-03-11 21:46:21 -05:00
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
2022-03-13 12:48:59 -04:00
<link href="https://fonts.googleapis.com/css2?family=Amaranth&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
<body>
<header>
<img class="logo" src="img/logo2.png" alt="logo">
<h1>Welcome to the Flash Games Archive.</h1>
<nav>
<ul class="nav__links">
<button style="margin-right: 20px;" onclick="window.location.href='index.html'";">Home</button>
<button onclick="window.location.href='info.html'";>Information</button>
</nav>
</header>
2022-03-11 21:16:21 -05:00
<head>
2022-03-13 12:50:11 -04:00
<title>Bloons Tower Defense</title>
2022-03-11 21:16:21 -05:00
</head>
2022-03-12 08:22:14 -05:00
<center>
2022-03-13 12:48:59 -04:00
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/Bloons TD.swf">Here</a> to download the file and right click to go to fullscreen.</p>
2022-03-12 08:22:14 -05:00
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Bloons TD.swf"></embed>
</center>
2022-03-11 21:16:21 -05:00
</body>