mirror of
https://github.com/selenite-cc/flasharchive.git
synced 2025-01-22 20:50:31 -03:00
23 lines
No EOL
1 KiB
HTML
23 lines
No EOL
1 KiB
HTML
<!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>
|
|
<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/swf">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>
|
|
</center>
|
|
</body>
|
|
</html> |