From 2db68a6699fec2c2635e086c62ed2f4a40b0a509 Mon Sep 17 00:00:00 2001 From: array-in-a-matrix Date: Tue, 5 Apr 2022 21:43:54 -0400 Subject: [PATCH] applications page --- index.html | 2 +- index/apps/admin/index.html | 32 ++++++++++++++++++++ index/apps/index.html | 58 +++++++++++++++++++++++++++++++++++++ 3 files changed, 91 insertions(+), 1 deletion(-) create mode 100644 index/apps/admin/index.html create mode 100644 index/apps/index.html diff --git a/index.html b/index.html index 3d9b1b0..8720b44 100755 --- a/index.html +++ b/index.html @@ -25,8 +25,8 @@ Matrix diff --git a/index/apps/admin/index.html b/index/apps/admin/index.html new file mode 100644 index 0000000..7f267c3 --- /dev/null +++ b/index/apps/admin/index.html @@ -0,0 +1,32 @@ + + + + + + + + Administration + + + + + + +
+ + +
+ + + \ No newline at end of file diff --git a/index/apps/index.html b/index/apps/index.html new file mode 100644 index 0000000..99e407e --- /dev/null +++ b/index/apps/index.html @@ -0,0 +1,58 @@ + + + + + + + + Applications + + + + + + + +
+ +

Element

+

Click to use.

+ + A Matrix web client, an End-to-End encrypted and decentralized chat app. + + +
+

Jitsi

+

Click to use.

+ + Video Conferencing Software, a FOSS alternative to Zoom. + + +
+ +
+

Administration tools

+

Click to use.

+ + Server statistics and management tools. + + + + + +
+ + + \ No newline at end of file