diff options
author | Pratyush Desai | 2021-12-12 04:19:32 +0530 |
---|---|---|
committer | Pratyush Desai | 2021-12-12 04:19:32 +0530 |
commit | 8fb130af81fca3b247600bd081e3a9510cbe584d (patch) | |
tree | 0042091d50a92c6df566a2f4fda3a8701be77de3 /static_old/matrix.html | |
parent | 5725181871aab1b84ddb0cbccc7d6f033210c2cb (diff) | |
download | website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.gz website-8fb130af81fca3b247600bd081e3a9510cbe584d.tar.bz2 website-8fb130af81fca3b247600bd081e3a9510cbe584d.zip |
Hugo config setup
Diffstat (limited to 'static_old/matrix.html')
-rw-r--r-- | static_old/matrix.html | 46 |
1 files changed, 46 insertions, 0 deletions
diff --git a/static_old/matrix.html b/static_old/matrix.html new file mode 100644 index 0000000..2751d37 --- /dev/null +++ b/static_old/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> |