cht-site.old/index.html
2023-09-23 14:06:39 -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>CrazyHellTechnologies</title>
<link href="assets/images/banner.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>CrazyHellTechnologies</title>
<meta property="og:title" CrazyHellTechnologies" />
<meta name="description" content="MattTheTekie's Website!">
<meta property="og:description" content="Welcome to CrazyHellTechnologies!" />
<meta property="og:url" content="https://cht.venith.net/" />
<!--<meta property="og:url" content="https://cht.venith.net/" />-->
<link rel="icon" type="image/png" href="assets/images/banner.png" />
<link href="assets/css/kico.css" rel="stylesheet" type="text/css"/>
<link href="assets/css/moeta.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<head style="font-family:System Font">
<header>
<div class="moeta-name">
<h1>CrazyHellTechnologies</h1>
<p>CrazyHellTechnologies 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://test72.eu.org/projects/">Projects</a></li>
<li><a href="https://status.venith.net/status/crazyhelltech">Status</a></li>
</ul>
</nav>
<main>
<img src="assets/images/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 CrazyHellTechnologies 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, and Android. 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 scene.</p>
<h2>Join our scene</h2>
<p>Don't forget to checkout the CrazyHellTechnologies 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="#">CrazyHellTechnologies!</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>