mirror of
https://git.adityakumar.xyz/chat.adityakumar.xyz.git
synced 2024-12-22 09:52:54 +00:00
add index.html
This commit is contained in:
parent
e91cad91df
commit
9d479f81a3
1 changed files with 19 additions and 0 deletions
19
index.html
Normal file
19
index.html
Normal 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 — 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>
|
Loading…
Reference in a new issue