diff options
-rw-r--r-- | i2p.html | 15 | ||||
-rw-r--r-- | index.html | 19 | ||||
-rw-r--r-- | irc.html | 13 | ||||
-rw-r--r-- | matrix.html | 14 | ||||
-rw-r--r-- | styles.css | 4 | ||||
-rw-r--r-- | xmpp.html | 13 |
6 files changed, 76 insertions, 2 deletions
@@ -49,6 +49,21 @@ You should now be able to connect your IRC client with the following settings: SSL/TLS: Off/Disabled </code> Nickname, Username and SASL password are the regular details you would use for connecting to LibertaCasa. + + + + + + + + + + + + +<footer> + Contact: hello@liberta.casa + </footer> </pre> </body> </html> @@ -51,12 +51,27 @@ Services: Communcations: -------------- -<a href="/xmpp.html">XMPP</a> | <a href="/matrix.html">Matrix</a> | <a href="/irc.html">IRC</a> +<a href="/xmpp.html">XMPP</a> | <a href="/matrix.html">Matrix</a> | <a href="/irc.html">IRC</a> | <a href="https://meet.lysergic.dev"> Jitsi Video Conferencing </a> Services: --------- -<a href="https://pasta.lysergic.dev">Private Bin</a> | <a href="https://git.com.de">Gitea - Git with a cup of cum.</a> | <a href="https://searx.xkek.net"> Searx search </a> | <a href="https://yacy.xkek.net"> Yacy Search</a> +<a href="https://pasta.lysergic.dev">Private Bin</a> | <a href="https://git.com.de">Gitea</a> | <a href="https://searx.xkek.net"> Searx search </a> | <a href="https://yacy.xkek.net"> Yacy Search </a> | <a href="https://party.lysergic.dev"> Cytube - Watch together</a> + + + + + + + + + + + + +<footer> + Contact: hello@liberta.casa +</footer> </pre> </body> </html>
\ No newline at end of file @@ -112,6 +112,19 @@ in place of your cloaked IP-based hostname). + + + + + + + + + + +<footer> + Contact: hello@liberta.casa +</footer> </pre> </body> </html> diff --git a/matrix.html b/matrix.html index 068979f..905af3c 100644 --- a/matrix.html +++ b/matrix.html @@ -19,6 +19,20 @@ <a href="https://element.liberta.casa">Matrix WebClient</a> + + + + + + + + + + + +<footer> + Contact: hello@liberta.casa +</footer> </pre> </body> </html> @@ -10,4 +10,8 @@ a { a:hover { background-color: blue; +} + +footer { + color: green; }
\ No newline at end of file @@ -33,6 +33,19 @@ and the password of your choice. Host: xmpp.liberta.casa Port: 5222 + + + + + + + + + + +<footer> + <a href="mailto:hello@liberta.casa"> Contact </a> +</footer> </pre> </body> </html> |