arrayinamatrix.xyz/index/apps/index.html
2022-05-12 22:39:33 -04:00

108 lines
2.7 KiB
HTML
Executable file

<!DOCTYPE html>
<html lang="en-US">
<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>Apps and Services</title>
<link rel="stylesheet" href="../../style/style.css" />
<link rel="icon" type="image/x-icon" href="../../res/site/icons/favicon.ico">
</head>
<body>
<header class="page-header" role="banner">
<h1 class="project-name">Applications and Services</h1>
<h2 class="project-tagline">Apps and services hosted on this domain. <br> (Written by actual developers.)
</h2>
<a href="../../" class="btn">Home</a>
</header>
<main id="content" class="main-content" role="main">
<section id="matrix">
<h3><a href="./matrix/">Matrix homeserver</a></h3>
<code>
A decentralized End-to-End encrypted and federated chat server.
</code>
</section>
<br>
<section id="element">
<h3><a href="https://element.arrayinamatrix.xyz">Element</a></h3>
<code>
A easy to use <a href="./#matrix">Matrix</a> web client.
</code>
</section>
<br>
<section id="jitsi">
<h3><a href="https://jitsi.arrayinamatrix.xyz">Jitsi</a></h3>
<code>
Video Conferencing Software, a FOSS alternative to Zoom.
</code>
</section>
<br>
<section id="cbox">
<h3><a href="./cbox/">Cbox</a></h3>
<code>
Anonymous real-time live chat app.
</code>
</section>
<br>
<section id="gemini">
<h3><a href="gemini://arrayinamatrix.xyz/">Gemini capsule</a></h3>
<code>
This is my <a href="../../blog/gemini-capsule/">Gemini</a> capsule. (Requires Gemini protocol compatible browser.)
</code>
</section>
<br>
<section id="wiki">
<h3><a href="https://wiki.arrayinamatrix.xyz">Wiki</a></h3>
<code>
Wiki mirrors hosted using <a href="https://kiwix.org">Kiwix</a>. Come browse Wikipedia, the Arch wiki and more!
</code>
</section>
<br>
<hr>
<br>
<section id="privacy">
<h3><a href="./privacy/">Privacy Policy</a></h3>
<code>
Privacy policy of this website and its related services.
</code>
</section>
<br>
<section id="admin">
<h3><a href="./admin/">Administration tools</a></h3>
<code>
Server statistics and management tools.
</code>
</section>
<!-- <section id="#">
<h3><a href="#">Clickable title</a></h3>
<code>
Description here.
</code></section> -->
<footer class="site-footer">
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
</footer>
</main>
</body>
</html>