diff options
author | mogad0n | 2021-01-31 16:47:42 +0530 |
---|---|---|
committer | mogad0n | 2021-01-31 16:47:42 +0530 |
commit | 7d4d712e6c40593e0e5daec145b0670c09ca48c8 (patch) | |
tree | f89b7bf9bfa12a3b6865afee204022ad5bba5a94 | |
parent | 163b7e22cebdde960cb87d27f7a9caca24505c3f (diff) | |
download | website-7d4d712e6c40593e0e5daec145b0670c09ca48c8.tar.gz website-7d4d712e6c40593e0e5daec145b0670c09ca48c8.tar.bz2 website-7d4d712e6c40593e0e5daec145b0670c09ca48c8.zip |
Actual initial commit
-rw-r--r-- | irc.html | 2 | ||||
-rw-r--r-- | matrix.html | 2 | ||||
-rw-r--r-- | styles.css | 2 | ||||
-rw-r--r-- | xmpp.html | 3 |
4 files changed, 4 insertions, 5 deletions
@@ -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> @@ -5,7 +5,7 @@ body { a { text-decoration: none; - color: hotpink; + color: green; } a:hover { @@ -18,8 +18,7 @@ └─┘ ┘ │ ──┘ ┘ │ -coming soon based on mogad0n - +It's in the works. </pre> </body> </html> |