Update btd.html

This commit is contained in:
Games-From-Flash 2022-03-13 12:48:59 -04:00 committed by GitHub
parent 039073f69c
commit efe41e5e7f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,13 +2,25 @@
<html> <html>
<script src="https://unpkg.com/@ruffle-rs/ruffle"></script> <script src="https://unpkg.com/@ruffle-rs/ruffle"></script>
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/> <link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
<head> <link href="https://fonts.googleapis.com/css2?family=Amaranth&display=swap" rel="stylesheet">
<title>Bloons Tower Defense</title> <link rel="stylesheet" href="style.css">
</head>
<body> <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>
<head>
<title>Achievement Unlocked</title>
</head>
<center> <center>
<p>Click <a href="https://github.com/Games-From-Flash/swf/raw/main/Bloons TD.swf">Here</a> to download the file and click <a href="index.html">Here</a> to go back. Right click the game in order to go to fullscreen.</p> <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>
<embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Bloons TD.swf"></embed> <embed src="https://cdn.jsdelivr.net/gh/Games-From-Flash/swf/Bloons TD.swf"></embed>
</center> </center>
</body> </body>
</html>