58 lines
2.8 KiB
HTML
58 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="zh-cmn-hans" class="font-auto">
|
||
<head>
|
||
<meta charset="UTF-8">
|
||
<title>FREEDOM-HQ</title>
|
||
<link href="icon.png" rel="icon" sizes="192x192"/>
|
||
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1"/>
|
||
<!-- Meta Garbage -->
|
||
<meta property="og:type" content="website">
|
||
<title>FREEDOM-HQ</title>
|
||
<meta property="og:title" FREEDOM-HQ" />
|
||
<meta name="description" content="MattTheTekie's Website!">
|
||
<meta property="og:description" content="Welcome to FREEDOM-HQ!" />
|
||
<meta property="og:url" content="https://freedom-hq.github.io/FREEDOM-HQ/" />
|
||
<!--<meta property="og:url" content="https://freedom-hq.github.io/FREEDOM-HQ/" />-->
|
||
<link rel="icon" type="image/png" href="./Finder.Red.png" />
|
||
<link href="kico.css" rel="stylesheet" type="text/css"/>
|
||
<link href="moeta.css" rel="stylesheet" type="text/css"/>
|
||
</head>
|
||
<body>
|
||
<head style="font-family:System Font">
|
||
<header>
|
||
<div class="moeta-name">
|
||
<h1>FREEDOM HQ</h1>
|
||
<p>FREEDOM-HQ Leader | MattTheTekie</p>
|
||
</div>
|
||
</header>
|
||
<nav>
|
||
<ul>
|
||
<li><a href="index.html">Home</a></li>
|
||
<li><a href="about.html">About</a></li>
|
||
<li><a href="https://mattthetekie.github.io/MattTheTekie/posts/">Blog</a></li>
|
||
<li><a href="contact.html">Contact</a></li>
|
||
<li><a href="extras.html">Extras</a></li>
|
||
<li><a href="tos.html">TOS</a></li>
|
||
</ul>
|
||
</nav>
|
||
<main>
|
||
<img src="tenor.gif" alt=""></p>
|
||
<h2>Welcome</h2>
|
||
<p><a href="https://discord.gg/VhfM3UncBB">I➢ Come and check out our inclusive technology hangout today.</a></p>
|
||
<p>Welcome to the FREEDOM-HQ Homepage! Our corner on the internet is a unique and inclusive place to learn more about the inner working of technology, and much more. Thank you for checking out the webpage.</p>
|
||
<p>We're a development group focusing on Linux, Android, and the DSiPaint archival process. We have done quite a bit of things over the years. So sit back, and relax. We're a chill community. We also hope you can all stick around for the exciting future of the inclusive FREEDOM-HQ scene.</p>
|
||
<p><a href="rockchip_RK3228A.html">I➢ RK3228A specsheet.</a></p>
|
||
<h2>Join our scene:</h2>
|
||
<p>Don't forget to checkout the FREEDOM-HQ Discord.</p>
|
||
<p><a href="https://discord.gg/VhfM3UncBB"> <img src="banner.png"/>
|
||
</main>
|
||
<footer>
|
||
<p>© <span id="year">20??</span> <a href="#">FREEDOM-HQ!</a> All Rights Reserved.</p>
|
||
<p>Made By <a href="https://github.com/MattTheTekie/" target="_blank">MattTheTekie!</a> Hosted By <a href="http://satan.surge.sh" target="_blank">Satanic Wizardry!</a></p>
|
||
</footer>
|
||
<script>
|
||
let year = document.getElementById("year");
|
||
year.innerHTML = new Date().getFullYear();
|
||
</script>
|
||
</body>
|
||
</html>
|