VELTRON.NET/about.html
MattTheTekie a5e846aa41 chore: CDN
2024-11-23 13:57:15 -05:00

63 lines
2.5 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">
<meta property="og:title" content="About - CrazyHellTech" />
<meta property="og:description" content="About - CrazyHellTech" />
<title>About - Venith Network</title>
<link href=""https://cdn.venith.net/www.venith.net/assets/images/banner.png" rel="icon" sizes="192x192"/>
<meta name="viewport" content="width=device-width, maximum-scale=1, initial-scale=1"/>
<link href=""https://cdn.venith.net/www.venith.net/assets/css/moeta.css" rel="stylesheet" type="text/css"/>
</head>
<style>
img {
max-width: 100%;
height: auto;
}
</style>
<body>
<header>
<div class="moeta-name">
<h1>About - Venith Network</h1>
</div>
</header>
<nav>
<ul>
<li><a href=""http://www.venith.net">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</a></li>
</ul>
</nav>
<main>
<h2>🛡️ Who we are</h2>
<ul>
<li>🌎 We are geeks, tinkerers, modders, hackers, and plain out pioneers.</br>
<h2 id="-what-i-m-doing">👾 What we're doing</h2>
</li>
<li>🐱‍💻 We are developers, and plain out geeks.</li>
<li>🐧 Fun fact: Our founder likes to maintain the cross-server infrastructure.</li>
</ul>
<img src="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/rn_image_picker_lib_temp_b616512e-67da-4f1c-8352-72970e5b767f.jpg"><br>
<img src="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/Screenshot_2023-01-01-09-39-26-367_com.mxtech.videoplayer.pro.jpg"><br>
<img src="https://github.com/MattTheTekie/MattTheTekie/raw/master/Personal-Scripts/Images/desktop.png"><br>
<img src="https://raw.githubusercontent.com/MattTheTekie/MattTheTekie/master/Personal-Scripts/Images/1.webp"><br>
</p>
<h2>🔑 Join our scene</h2>
<p>Join our Discord hangout today.</p>
<center>
<p><a href=""https://discord.com/invite/Xjfy4sJpWx">
<img src="https://cdn.venith.net/www.venith.net/assets/images/banner.png" alt="Join Discord Banner"/>
</a></p>
</center>
</main>
<footer>
<p>© <span id="year">20??</span> <a href=""#">Venith Network</a> All Rights Reserved.</p>
<p>Made By <a href=""https://github.com/MattTheTekie/" target="_blank">MattTheTekie</a></p>
</footer>
<script>
let year = document.getElementById("year");
year.innerHTML = new Date().getFullYear();
</script>
</body>
</html>