58 lines
No EOL
1.5 KiB
HTML
58 lines
No EOL
1.5 KiB
HTML
<!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>Applications</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</h1>
|
|
<h2 class="project-tagline">Applications and services.</h2>
|
|
|
|
<a href="/" class="btn">Home</a>
|
|
</header>
|
|
|
|
<main id="content" class="main-content" role="main">
|
|
|
|
<h3>Element</h3>
|
|
<p><a href="https://element.arrayinamatrix.xyz">Click to use.</a></p>
|
|
<code>
|
|
A <a href="../matrix/">Matrix</a> web client, an End-to-End encrypted and decentralized chat app.
|
|
</code>
|
|
|
|
<br>
|
|
<h3>Jitsi</h3>
|
|
<p><a href="https://jitsi.arrayinamatrix.xyz">Click to use.</a></p>
|
|
<code>
|
|
Video Conferencing Software, a FOSS alternative to Zoom.
|
|
</code>
|
|
|
|
<hr />
|
|
|
|
<br>
|
|
<h3>Administration tools</h3>
|
|
<p><a href="./admin/">Click to use.</a></p>
|
|
<code>
|
|
Server statistics and management tools.
|
|
</code>
|
|
|
|
<!-- <br>
|
|
<h3>some title</h3>
|
|
<p><a href="#">Click to play.</a></p>
|
|
<code>
|
|
some description
|
|
</code> -->
|
|
|
|
<footer class="site-footer">
|
|
You have reached the end of the page. (ノ◕ヮ◕)ノ*:・゚✧
|
|
</footer>
|
|
</main>
|
|
</body>
|
|
|
|
</html> |