cht-site.old/tos.html
2023-05-05 14:24:19 -04:00

59 lines
3.3 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 property="og:description" content="Welcome to FREEDOM-HQ" />
<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>FREEDOM-HQ TOS</h2>
<p><strong>
FREEDOM-HQ is a new, and exiciting technology community. We look forward to you're membership. As a technology community, we have a strict set of guidelines you agree to when using any FREEDOM-HQ service. Thank you.</p></center>
<p>🔸Doxing is the practice of leaking private information to the public, and is strictly forbidden under any circumstances. Doxers, skids, scriptkiddies, blackhat's, and socially maniuplalative people will NEVER be allowed.</p>
<p>🔸Dating, the selling of parafrenia, and other haness acts are NOT and WILL NEVER be allowed on any FREEDOM-HQ service.<p>
<p>🔸The FREEDOM-HQ services only allows NSFW content only in the proper NSFW channel respectively.</p>
<p>🔸Don't be a dick. We all want to be a productive community, and we will NOT tolerate people who want to troll, or harrass others.</p>
<p>🔸Treat everyone with respect. Absolutely no harassment, witch hunting, sexism, racism, or hate speech will be tolerated.</p>
<p>🔸No spam or self-promotion (server invites, advertisements, etc) without permission from a staff member. This includes DMing fellow members.</p>
<p>🔸No age-restricted or obscene content. This includes text, images, or links featuring nudity, sex, hard violence, or other graphically disturbing content.</p>
<p>🔸If you see something against the rules or something that makes you feel unsafe, let staff know. We want this server to be a welcoming space.</p>
<p>🔸Remember to treat developers civilly, FREEDOM-HQ is the product of many users who invest their free time.</p>
<p>🔸Do not use the @everyone tag.</p>
<p>🔸Avoid to tag people from the staff. The moderation bot will warn you if you tag too many people in general.</p>
<p>🔸Contents and profile images that promote bigotry are not allowed.</p>
</strong></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>