flash/html/info.html

32 lines
1.7 KiB
HTML
Raw Permalink Normal View History

2022-03-13 12:28:39 -04:00
<!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 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>
2022-04-09 08:16:53 -04:00
<p>The Flash Archive is a website with some Flash Games avaliable to play, there are currently <b>50</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>
2022-03-13 12:28:39 -04:00
&nbsp;
<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.</p>
&nbsp;
2022-04-09 08:16:53 -04:00
<p>There are 3 links that you can use to play. We have <a href="https://rawcdn.githack.com/Games-From-Flash/swf/main/html/index.html">Githack</a>, <a href="https://gitcdn.link/cdn/Games-From-Flash/swf/main/html/index.html">Gitcdn.link</a>, and <a href="https://gitcdn.xyz/cdn/Games-From-Flash/swf/main/html/index.html">Gitcdn.xyz</a>.</p>
2022-03-13 12:28:39 -04:00
&nbsp;
<p>Uncompatible Games:</p><p>Run Series, Fancy Pants Adventure Series, Super Smash Flash 2, Burrito Bison.</p>
2022-04-09 08:16:53 -04:00
&nbsp;
<p>
2022-03-13 12:28:39 -04:00
</center>
</body>
2022-04-09 08:16:53 -04:00
</html>