summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPratyush Desai2021-07-23 21:20:19 +0530
committerPratyush Desai2021-07-23 21:30:43 +0530
commita3a5402af20df198b9df59419db1f137df97a3eb (patch)
tree3700ab77f7a2617499e581b789ad62ef91f00025
parent4e24e9476fd2f2879da9110034bfaa0b297c6efc (diff)
downloadwebsite-a3a5402af20df198b9df59419db1f137df97a3eb.tar.gz
website-a3a5402af20df198b9df59419db1f137df97a3eb.tar.bz2
website-a3a5402af20df198b9df59419db1f137df97a3eb.zip
cytube, jitsi and footers
Signed-off-by: Pratyush Desai <pratyushndesai@gmail.com>
-rw-r--r--i2p.html15
-rw-r--r--index.html19
-rw-r--r--irc.html13
-rw-r--r--matrix.html14
-rw-r--r--styles.css4
-rw-r--r--xmpp.html13
6 files changed, 76 insertions, 2 deletions
diff --git a/i2p.html b/i2p.html
index 4ba7551..8d7a7d7 100644
--- a/i2p.html
+++ b/i2p.html
@@ -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>
diff --git a/index.html b/index.html
index f7d9818..fcf92df 100644
--- a/index.html
+++ b/index.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
diff --git a/irc.html b/irc.html
index 57e0739..3e6cc7e 100644
--- a/irc.html
+++ b/irc.html
@@ -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>
diff --git a/styles.css b/styles.css
index 9414957..fd429e2 100644
--- a/styles.css
+++ b/styles.css
@@ -10,4 +10,8 @@ a {
a:hover {
background-color: blue;
+}
+
+footer {
+ color: green;
} \ No newline at end of file
diff --git a/xmpp.html b/xmpp.html
index 4ad24bd..ab6ca24 100644
--- a/xmpp.html
+++ b/xmpp.html
@@ -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>