applications page
This commit is contained in:
parent
3f2e36c879
commit
2db68a6699
3 changed files with 91 additions and 1 deletions
|
@ -25,8 +25,8 @@
|
|||
<a href="/index/matrix/" class="btn">Matrix</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<a href="https://stats.arrayinamatrix.xyz/" class="btn">Metrics</a>
|
||||
<a href="/index/socials/" class="btn">Socials</a>
|
||||
<a href="/index/apps/" class="btn">Applications</a>
|
||||
<a href="/index/privacy/" class="btn">Privacy Policy</a>
|
||||
<a href="/index/projects/" class="btn">Projects</a>
|
||||
</nav>
|
||||
|
|
32
index/apps/admin/index.html
Normal file
32
index/apps/admin/index.html
Normal file
|
@ -0,0 +1,32 @@
|
|||
<!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>Administration</title>
|
||||
<link rel="stylesheet" type="text/css" href="/style/alt.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"> Administration
|
||||
</h1>
|
||||
<h2 class=" project-tagline">Server statistics and management tools.
|
||||
</h2>
|
||||
</header>
|
||||
<div class="main-content">
|
||||
<nav>
|
||||
<a href="/" class="btn">Home</a>
|
||||
</nav>
|
||||
<nav>
|
||||
<a href="https://stats.arrayinamatrix.xyz/" class="btn">Metrics</a>
|
||||
<a href="https://docker.arrayinamatrix.xyz/" class="btn">Docker</a>
|
||||
|
||||
</nav>
|
||||
</div>
|
||||
</body>
|
||||
|
||||
</html>
|
58
index/apps/index.html
Normal file
58
index/apps/index.html
Normal file
|
@ -0,0 +1,58 @@
|
|||
<!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>
|
Loading…
Add table
Reference in a new issue