cht-site.old/extras.html
2023-05-05 13:57:09 -04:00

55 lines
2.7 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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> Check out my XDA profile.</p>
<p><a href="https://sourceforge.net/projects/sujix-linux/">I➢ Dragon Linux</a></p>
<p> Dragon Linux is a older project of mine that is designed to be easy to use using a Linux Mint base powered by the Cinnamon desktop environment.
<p><a href="#">I➢ tbc</a></p>
<p> tbc.</p>
<h2>Extras</h2>
<p><a href="#">I➢ tbc.</p>
<p><a href="#"> <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://forum.xda-developers.com/m/mattfromspace727.12477177/" target="_blank">SATAN</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>