cht-site.old/extras.html
2023-09-07 07:47:22 -04:00

46 lines
1.8 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="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>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://mattthetekie.github.io/MattTheTekie/">Blog</a></li>
<li><a href="contact.html">Contact</a></li>
<li><a href="extras.html">Extras</a></li>
</ul>
</nav>
<main>
<h2>Extras</h2>
<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="rockchip_RK3228A.html">I➢ RK3228A specsheet</a></p>
<p><a href="#">I➢ tbc</a></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>