mirror of
https://git.adityakumar.xyz/chat.adityakumar.xyz.git
synced 2024-11-12 20:19:44 +00:00
19 lines
753 B
HTML
19 lines
753 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width initial-scale=1">
|
|
<title>Prosody IM — XMPP Server</title>
|
|
<link rel="stylesheet" type="text/css" href="style.css">
|
|
</head>
|
|
|
|
<body>
|
|
<header>
|
|
<h1>Prosody — 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>
|