This repository has been archived by the owner on Aug 5, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
51 lines (51 loc) · 2.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
<!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>