summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormogad0n2021-01-31 16:47:42 +0530
committermogad0n2021-01-31 16:47:42 +0530
commit7d4d712e6c40593e0e5daec145b0670c09ca48c8 (patch)
treef89b7bf9bfa12a3b6865afee204022ad5bba5a94
parent163b7e22cebdde960cb87d27f7a9caca24505c3f (diff)
downloadwebsite-7d4d712e6c40593e0e5daec145b0670c09ca48c8.tar.gz
website-7d4d712e6c40593e0e5daec145b0670c09ca48c8.tar.bz2
website-7d4d712e6c40593e0e5daec145b0670c09ca48c8.zip
Actual initial commit
-rw-r--r--irc.html2
-rw-r--r--matrix.html2
-rw-r--r--styles.css2
-rw-r--r--xmpp.html3
4 files changed, 4 insertions, 5 deletions
diff --git a/irc.html b/irc.html
index d5fa7ec..861e9d7 100644
--- a/irc.html
+++ b/irc.html
@@ -21,7 +21,7 @@
<a href="/kiwi">IRC Webchat</a>
-<a href="/register">Registration</a>
+<a href="/kiwi">Registration [It's down at the moment so it redirects to Webchat]</a>
diff --git a/matrix.html b/matrix.html
index 7e6d822..088fab2 100644
--- a/matrix.html
+++ b/matrix.html
@@ -18,7 +18,7 @@
└─┘ ┘ │ ──┘ ┘ │
-coming as soon as cranberry fixes it.
+It's in the works.
</pre>
</body>
diff --git a/styles.css b/styles.css
index 41dda9d..9414957 100644
--- a/styles.css
+++ b/styles.css
@@ -5,7 +5,7 @@ body {
a {
text-decoration: none;
- color: hotpink;
+ color: green;
}
a:hover {
diff --git a/xmpp.html b/xmpp.html
index 9215cf1..69006e8 100644
--- a/xmpp.html
+++ b/xmpp.html
@@ -18,8 +18,7 @@
└─┘ ┘ │ ──┘ ┘ │
-coming soon based on mogad0n
-
+It's in the works.
</pre>
</body>
</html>