cht-site.old/index.html
MattTheTekie 582366851d Fixed site
@DigitalCheese broke my site making it legacy. I'm glad for the help, but it broke the assets, and I made it the way it was with a lot of work, and time.
2023-10-07 11:54:41 -04:00

51 lines
2.6 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>Home - CrazyHellTech</title>
<link href="https://cht.venith.net/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">
<meta property="og:title" CrazyHellTechnologies" />
<meta name="description" content="CrazyHellTechnologies's Website!">
<meta property="og:description" content="Welcome to the CrazyHellTechnologies homepage!" />
<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="https://cht.venith.net/assets/images/banner.png" />
<link href="https://cht.venith.net/assets/css/moeta.css" rel="stylesheet" type="text/css"/>
</head>
<body>
<head style="font-family:System Font">
<header>
<div class="moeta-name">
<h1>Home - CrazyHellTechnologies</h1>
</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="https://cht.venith.net/assets/images/tenor.gif" alt=""></p>
<h2>🤖 Welcome</h2>
<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>Click the banner below to join our Discord hangout today.</p>
<center><p><a href="https://discord.gg/VhfM3UncBB"> <img src="https://cht.venith.net/assets/images/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>