mirror of
https://github.com/GittyMac/OpenFK.git
synced 2026-03-22 01:54:26 -05:00
33 lines
1.3 KiB
HTML
33 lines
1.3 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>
|
|
|
|
<div class="sidenav">
|
|
<a>Home</a>
|
|
<a href="dl.html">Downloads</a>
|
|
<a href="help.html">Help</a>
|
|
<a href="https://github.com/GittyMac/OpenFK">Github</a>
|
|
</div>
|
|
|
|
<body>
|
|
<marquee style="padding-top: 10px;" scrollamount="10">OpenFK 2.0 now out!</marquee>
|
|
<img src="logo.png" alt="OpenFK Logo"/>
|
|
<h1>OpenFK</h1>
|
|
<h3>An open source replacement for the U.B. Funkeys executable. <br> Use the top bar to navigate the website.</h2>
|
|
|
|
<p></p>
|
|
</body>
|
|
</html>
|