CHT change
This commit is contained in:
parent
1915c177a1
commit
c328d2534d
4 changed files with 33 additions and 0 deletions
|
Before Width: | Height: | Size: 182 KiB After Width: | Height: | Size: 182 KiB |
0
assets/CHT.css
Normal file
0
assets/CHT.css
Normal file
2
assets/CHT.js
Normal file
2
assets/CHT.js
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
let year = document.getElementById("year");
|
||||
year.innerHTML = new Date().getFullYear();
|
||||
31
index.html
Normal file
31
index.html
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
<!DOCTYPE html>
|
||||
<html lang="zh-cmn-hans" class="font-auto">
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Home - CrazyHellTech</title>
|
||||
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1"/>
|
||||
<meta property="og:type" content="website">
|
||||
<meta property="og:title" content="CrazyHellTechnologies"/>
|
||||
<meta name="description" content="Welcome to the CrazyHellTechnologies homepage!">
|
||||
<meta property="og:description" content="Welcome to the CrazyHellTechnologies homepage!"/>
|
||||
<meta property="og:url" content="https://cht.venith.net/"/>
|
||||
<link rel="icon" type="image/png" href="/assets/CHT.png"/>
|
||||
<link href="/assets/CHT.png" rel="icon" sizes="192x192"/>
|
||||
<link href="/assets/CHT.css" rel="stylesheet" type="text/css"/>
|
||||
</head>
|
||||
<body>
|
||||
<div class="content">
|
||||
<div class="head">Home - CrazyHellTechnologies</div>
|
||||
<div class="nav"><a href="/index.html">Home</a> <a href="/about.html">About</a> <a href="https://test72.eu.org/projects/">Projects</a> <a href="https://status.venith.net/status/crazyhelltech">Status</a></div>
|
||||
<center><img src="/assets/CHT-Line.gif" alt="-------" title="CHT Rainbow Line"></center>
|
||||
<div class="text"><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="/assets/CHT.png"/></a></p></center>
|
||||
</div>
|
||||
<div class="footer">© <span id="year">20??</span> <a href="#">CrazyHellTechnologies!</a> All Rights Reserved.<br>
|
||||
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></div>
|
||||
</div>
|
||||
</body>
|
||||
Loading…
Add table
Add a link
Reference in a new issue