summaryrefslogtreecommitdiffstats
path: root/static/matrix.html
diff options
context:
space:
mode:
authorPratyush Desai2021-12-24 20:08:42 +0530
committerPratyush Desai2021-12-24 20:08:42 +0530
commit5564ffb20798d45bf87910feea39bf02b0d2dee4 (patch)
tree1a4deea0ecbb582e1efe6eb8cabadb679dccfa42 /static/matrix.html
parent5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff)
downloadwebsite-django.tar.gz
website-django.tar.bz2
website-django.zip
django initdjango
Diffstat (limited to 'static/matrix.html')
-rw-r--r--static/matrix.html46
1 files changed, 46 insertions, 0 deletions
diff --git a/static/matrix.html b/static/matrix.html
new file mode 100644
index 0000000..2751d37
--- /dev/null
+++ b/static/matrix.html
@@ -0,0 +1,46 @@
+<!DOCTYPE html>
+<html>
+
+<head>
+<meta charset="UTF-8">
+ <link rel="stylesheet" href="styles.css">
+<title>LibertaCasa</title>
+</head>
+
+<body>
+<pre>
+┬ ┌┬┐ ┬─┐ ┬─┐ ┬─┐ ┌┐┐ ┬─┐
+│ │ │─│ │─ │┬┘ │ │─┤
+┘─┘ └┴┘ │─┘ ┴─┘ │└┘ ┘ ┘ │
+
+┌─┐ ┬─┐ ┐─┐ ┬─┐
+│ │─┤ └─┐ │─┤
+└─┘ ┘ │ ──┘ ┘ │
+</pre>
+<h3>Matrix</h3>
+<pre>
+<a href="https://matrix.org/">What's Matrix (official Website)</a>
+
+Connection Details:
+===================
+
+The only fully featured Matrix client is Element. Our instance is available at <a href="https://element.liberta.casa/">https://element.liberta.casa</a>.
+
+After having created an account in Element, it is possible to connect other Matrix clients using the Homeserver address <code>matrix.liberta.casa</code>.
+
+
+
+
+
+
+
+
+
+
+
+<footer>
+ <a href="mailto:hello@liberta.casa"> Contact </a>
+</footer>
+</pre>
+</body>
+</html>