mirror of
https://git.adityakumar.xyz/chat.adityakumar.xyz.git
synced 2024-11-09 10:59:45 +00:00
25 lines
1.4 KiB
HTML
25 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 — 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>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>© 2023 ♥ Aditya Kumar</p>
|
|
</footer>
|
|
</body>
|
|
</html>
|