51 lines
2.5 KiB
HTML
51 lines
2.5 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"/>
|
||
<link href="kico.css" rel="stylesheet" type="text/css"/>
|
||
<link href="moeta.css" rel="stylesheet" type="text/css"/>
|
||
</head>
|
||
<body>
|
||
<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>
|
||
<h2>Contact Me:</h2>
|
||
<p><a href="https://discord.com/invite/VhfM3UncBB">I➢ Discord</a></p>
|
||
<p>Please read the rules to comply with the rules. You adhere to the FREEDOM-HQ TOS, and the current rules upon using the FREEDOM-HQ services.</p>
|
||
<p><a href="http://www.kookapp.cn/widget?id=8437519186139734&theme=dark"> I➢ 开黑啦</a></p>
|
||
<p>开黑啦 is a recently home-made Chinese alternative for the Discord platform for those who want a homegrown alternative to the popular recently blocked chatting platform. The TOS and Discord rules apply to 开黑啦 as well.</p>
|
||
<p><a href="http://n3rdp0rt4l.duckdns.org:9999/widget?id=1013412414634405955&theme=dark"> I➢ Fosscord</a></p>
|
||
<p>Fosscord is a slow progressing project in aims to replicate the Discord backend as a alternative to the Discord platform. The TOS and Discord rules apply to Fosscord as well.</p>
|
||
<p><a href="https://forum.xda-developers.com/m/mattfromspace727.12477177/">I➢ XDA</a></p>
|
||
<p>You can also contact me at my XDA profile.</p>
|
||
<h2>Join our scene:</h2>
|
||
<p>Don't forget to checkout the FREEDOM-HQ Discord.</p>
|
||
<center><p><a href="https://discord.gg/VhfM3UncBB"> <img src="banner.png"/></a></p></center>
|
||
</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>
|