OpenFK/index.html
2024-07-24 00:58:14 -04:00

46 lines
1.9 KiB
HTML

<!--OpenFK Webpage by Lako-->
<!DOCTYPE html>
<html>
<head>
<link rel="icon" href="favicon.ico" type="image/x-icon" />
<title>OpenFK</title>
<link rel="stylesheet" href="style.css">
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="description" content="OpenFK is an open source replacement for the U.B. Funkeys executable.">
<meta property="og:title" content="OpenFK" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://gittymac.github.io/OpenFK/index.html" />
<meta property="og:image" content="https://gittymac.github.io/OpenFK/logo.png" />
<meta property="og:description" content="OpenFK is an open source replacement for the U.B. Funkeys executable." />
</head>
<body>
<div class="sidenav">
<a href="index.html"><img src="logo.svg" width="32px" alt="OpenFK Logo" style='vertical-align: middle;' /> <b>OpenFK</b></a>
<a> | </a>
<a><b>Home</b></a>
<a href="dl.html">Downloads</a>
<a href="help.html">Help</a>
<a href="https://github.com/GittyMac/OpenFK">Github</a>
</div>
<div class="center">
<img src="logo.svg" width="250" alt="OpenFK Logo" />
<h1>OpenFK</h1>
<h3>OpenFK is an open source replacement for the U.B. Funkeys executable. It aims to enable the game to be
played
without having Adobe Flash Player installed, making it easier to play on modern operating systems.</h3>
<a class="imgButton" style="background-color: #66f86e;" href="dl.html">Download</a>
<a class="imgButton" href="help.html">Learn More</a>
</div>
<footer class="footer">
<a href="https://gittymac.github.io/">A project by <img
src='https://github.com/GittyMac/GittyMac/raw/master/Assets/lakowordmark_l.svg' width="128"
style='vertical-align: middle;' /></a>
</footer>
</body>
</html>