chat.adityakumar.xyz/index.html
2023-03-04 12:32:27 +05:30

26 lines
1.4 KiB
HTML

<!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>aditya</code> [at] <code>chat.adityakumar.xyz</code>.<p>
</main>
<footer class="content">
<hr>
<p><a rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/"><img alt="Creative Commons License" style="border-width:0" src="https://i.creativecommons.org/l/by-sa/4.0/88x31.png" /></a><br />This work is licensed under a <a class="footer-link" rel="license" href="http://creativecommons.org/licenses/by-sa/4.0/">Creative Commons Attribution-ShareAlike 4.0 International License</a></p>
<p><a class="footer-link" href="https://gitea.adityakumar.xyz/aditya/chat.adityakumar.xyz">View source</a></p>
<p>&copy; 2023 &hearts; Aditya Kumar</p>
</footer>
</body>
</html>