Update index.html

This commit is contained in:
Games-From-Flash 2022-03-12 08:02:18 -05:00 committed by GitHub
parent facacbde87
commit 64d5e5909c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@
<body>
<center>
<h1>Welcome to the Flash Games Archive.</h1>
<p>This is a quick website made using Ruffle and GitHub. If you want the original repo to download the games, go to <a href="https://github.com/Games-From-Flash/sw">GitHub (Clickable Link)</a> and all of the SWF files should be there, along with all of the HTML files that I used to make this site.</p>
<p>This is a quick website made using <a href="https://ruffle.rs">Ruffle</a> and GitHub. If you want the original repo to download the games, go to <a href="https://github.com/Games-From-Flash/sw">GitHub</a> and all of the SWF files should be there, along with all of the HTML files that I used to make this site.</p>
<button onclick="window.location.href='btd.html';">Bloons TD</button>
<button onclick="window.location.href='btd2.html';">Bloons TD 2</button>
</center>
</body>