-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinfo.html
33 lines (33 loc) · 1.95 KB
/
info.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
<!DOCTYPE html>
<html>
<link rel="shortcut icon" type="image/jpg" href="img/favicon.ico"/>
<head>
<title>Flash Games Archive</title>
<link href="https://fonts.googleapis.com/css2?family=Amaranth&display=swap" rel="stylesheet">
<link rel="stylesheet" href="style.css">
</head>
<body>
<header>
<img class="logo" src="img/logo2.png" alt="logo">
<h1>Welcome to the Flash/HTML 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>
<center>
<p>The Flash Archive is a website with some Flash Games avaliable to play, there are currently <b>74</b> games available to play. This website was made in mind to also provide kids in schools who have free time to be able to play old games they used to enjoy but have not been able to play because of Flash shutting down.</p>
<p>The Flash Archive uses Github to host the files and as the main host, Ruffle as the service to play the games, and Glitch and Codesandbox as alternative hosts. There were also straight up html files that I found online.</p>
<p>This games website was originally made by selenite-cc on GitHub. Nullboy000 (me) added [total number of games minus 50] more games and made it an actual website, not html files.</p>
<p>Feel free to fork this repo. After all, that's basically what I did (I downloaded the zip of the original repo for offline capabilities, and then I uploaded the other files due to not wanting to track down the original repo) Just if you do fork (or do what I did), be sure to give credit to me and selenite-cc.</p>
<p>Incompatible Games:</p><p>Run Series, Fancy Pants Adventure Series, Super Smash Flash 2, Burrito Bison.</p>
<p>
</center>
</body>
</html>