flash/html/index.html

14 lines
593 B
HTML
Raw Normal View History

2022-03-11 21:03:03 -05:00
<!DOCTYPE html>
<html>
<head>
<title>Page Title</title>
</head>
<body>
<center>
<h1>Welcome to the Flash Games Archive.</h1>
2022-03-11 21:07:49 -05:00
<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>
2022-03-11 21:28:02 -05:00
<button onclick="window.location.href='Games-From-Flash/swf/main/html/btd2.html';">Bloons TD 2</button>
2022-03-11 21:03:03 -05:00
</center>
</body>
</html>