chatinamatrix.xyz/index.html

78 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chat in a Matrix</title>
<link href="./style/cyberpunk-2077.css" rel="stylesheet">
<link rel="icon" type="image/x-icon" href="./res/site/icons/favicon.ico">
</head>
<body>
<header style="background-color: #000; height: 50px;">
</header>
<section class="cyberpunk">
<h1 class="cyberpunk glitched">Chat in a Matrix</h1>
<p class="cyberpunk inverse dotted scannedv">Chat and social stuff I host can be accessed below and yeah ( ̄▽ ̄)/. All are open sourced projects (except for Cbox), please feel free to use them!</p>
</section>
<section class="cyberpunk black container">
<div>
<a class="cyberpunk" href="https://element.chatinamatrix.xyz/">Element Web<sup></sup></a>
<p class="cyberpunk">
A easy to use feature-rich <a href="https://arrayinamatrix.xyz/index/apps/matrix/">Matrix</a> web client.
</p>
</div>
<div>
<a class="cyberpunk green" href="https://cinny.chatinamatrix.xyz/">Cinny<sup></sup></a>
<p class="cyberpunk">
An elegant <a href="https://arrayinamatrix.xyz/index/apps/matrix/">Matrix</a> web client.
</p>
</div>
<div>
<a class="cyberpunk blue" href="https://jitsi.chatinamatrix.xyz/">Jitsi<sup></sup></a>
<p class="cyberpunk">Video Conferencing Software, a FOSS alternative to Zoom.</p>
</div>
<div>
<a class="cyberpunk purple" href="https://etherpad.chatinamatrix.xyz/">Etherpad<sup></sup></a>
<p class="cyberpunk">
Open source real time web text editor similar to Google Docs.
</p>
</div>
<div>
<a class="cyberpunk green" href="https://arrayinamatrix.xyz/index/apps/cbox/">Cbox<sup></sup></a>
<p class="cyberpunk">
Anonymous real-time live chat app. Come leave a quick message!
</p>
</div>
<div>
<a class="cyberpunk" href="https://hydrogen.chatinamatrix.xyz">Hydrogen<sup></sup></a>
<p class="cyberpunk">
A minimal and fast <a href="https://arrayinamatrix.xyz/index/apps/matrix/">Matrix</a> web client.
</p>
</div>
</section>
<section class="cyberpunk">
Theme created by <a href="https://github.com/gwannon/Cyberpunk-2077-theme-css">Gwannon</a>, Thank you!
</section>
<aside class="cyberpunk">
<ul>
<li>
<a href="">◂ Array in a Matrix ▸</a>
</li>
<li>
<a href="https://arrayinamatrix.xyz/">◂ Main site ▸</a>
</li>
<li>
<a href="https://bloginamatrix.xyz/">◂ Blog site<sup></sup></a>
</li>
</ul>
</aside>
<footer style="background-color: #000; height: 50px;"></footer>
</body>
</html>