120 lines
3.3 KiB
HTML
Executable file
120 lines
3.3 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">
|
|
|
|
<p><Strong>Note:</Strong> Chat and social applications have been moved to <a href="https://chatinamatrix.xyz">chatinamatrix.xyz</a>.</p>
|
|
|
|
<section id="matrix">
|
|
<h3><a href="./matrix/">Matrix homeserver</a></h3>
|
|
<code>
|
|
A decentralized End-to-End encrypted and federated chat server. Matrix web clients can be found <a href="https://chatinamatrix.xyz">here</a>.
|
|
</code>
|
|
</section>
|
|
|
|
<br>
|
|
|
|
<section id="cbox">
|
|
<h3><a href="./cbox/">Cbox</a></h3>
|
|
<code>
|
|
Anonymous real-time live chat app. Come leave a quick message!
|
|
</code>
|
|
</section>
|
|
|
|
<br>
|
|
|
|
<section id="gemini">
|
|
<h3><a href="gemini://arrayinamatrix.xyz/">Gemini capsule</a></h3>
|
|
<code>
|
|
This is my Gemini capsule, you can learn more about it <a
|
|
href="https://bloginamatrix.xyz/gemini-capsule/">here</a>. (Requires Gemini compatible browser.)
|
|
</code>
|
|
</section>
|
|
|
|
<br>
|
|
|
|
<section id="wiki">
|
|
<h3><a href="https://wiki.arrayinamatrix.xyz">Wiki archives</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>
|
|
|
|
<section id="tor">
|
|
<h3><a href="./tor/">Tor hidden services</a></h3>
|
|
<code>
|
|
List of all of my Tor hidden services. Use Tor to bypass censorship! (Requires Tor compatible browser.)
|
|
</code>
|
|
</section>
|
|
|
|
<br>
|
|
|
|
<section id="git">
|
|
<h3><a href="https://git.arrayinamatrix.xyz">Gitea</a></h3>
|
|
<code>
|
|
Lightweight open sourced code hosting. (GitHub replacement!)
|
|
</code>
|
|
</section>
|
|
|
|
<br>
|
|
|
|
<section id="share">
|
|
<h3><a href="https://share.arrayinamatrix.xyz">Share</a></h3>
|
|
<code>
|
|
Lightweight and minimal temporary file sharing. You can share files using the browser or directly from the terminal!
|
|
</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>
|