website/matrix.html

46 lines
930 B
HTML
Raw Normal View History

2021-01-31 02:57:15 +01:00
<!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>
Connection Details:
===================
2021-01-31 02:57:15 +01:00
The only fully featured Matrix client is Element. Our instance is available at <a href="https://element.liberta.casa/">https://element.liberta.casa</a>.
2021-01-31 02:57:15 +01:00
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>
2021-01-31 02:57:15 +01:00
</pre>
</body>
</html>