add index.html

This commit is contained in:
Aditya 2022-05-07 11:04:01 +05:30
parent e91cad91df
commit 9d479f81a3

19
index.html Normal file
View file

@ -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>