aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAditya <bluenerd@protonmail.com>2022-05-07 11:04:01 +0530
committerAditya <bluenerd@protonmail.com>2022-05-07 11:04:01 +0530
commit9d479f81a30c391f6357b9192d82ba444b79fe97 (patch)
tree01549f2252eb06a622b0415920e39e062fc5ef8a
parente91cad91dfeee27c60bcd09d5e0c48b969102ab4 (diff)
add index.html
-rw-r--r--index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/index.html b/index.html
new file mode 100644
index 0000000..f94ecfd
--- /dev/null
+++ b/index.html
@@ -0,0 +1,19 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta charset="utf-8">
+ <meta name="viewport" content="width=device-width initial-scale=1">
+ <title>Prosody IM &mdash; XMPP Server</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ </head>
+
+ <body>
+ <header>
+ <h1>Prosody &mdash; XMPP Server</h1>
+ </header>
+ <main>
+ <p>Whew! You made it to this place. Perhaps you want to communicate with me?</p>
+ <p>Sign up on an <a href="https://list.jabber.at/">XMPP server</a> and contact me via an <a href="https://xmpp.org/software/clients/">XMPP client</a>. My username is <code>tachyon</code> [at] <code>chat.divineduty.xyz</code>.<p>
+ </main>
+ </body>
+</html>