mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
Add XMPP page.
This commit is contained in:
parent
1a4288c4ab
commit
f49987ec0f
3 changed files with 27 additions and 1 deletions
|
@ -18,7 +18,7 @@
|
|||
<li><a href="email.html">Email</a>: youngchief [at] altmails [dot] com</li>
|
||||
<li><a href="matrix.html">[matrix]</a>: <a href="https://matrix.to/#/@youngchiefbtw:matrix.org">@youngchiefbtw:matrix.org</a></li>
|
||||
<li><a href="session.html">Session</a>: 05be41197decb07c015b8105f93c01593004800f3e1910e18f28dcf075c653500c</li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/XMPP">XMPP</a>: <a href="xmpp:youngchief@hmm.st">youngchief@hmm.st</a></li>
|
||||
<li><a href="xmpp.html">XMPP</a>: <a href="xmpp:youngchief@hmm.st">youngchief@hmm.st</a></li>
|
||||
<li><a href="https://en.wikipedia.org/wiki/Internet_Relay_Chat">IRC</a>: YoungChiefBTW (on <a href="https://libera.chat/">libera.chat</a>, <a href="https://www.oftc.net/">OFTC</a>, <a href="https://snoonet.org/">Snoonet</a>, <a href="https://liberta.casa/">liberta.casa</a>, and <a href="">tilde.chat</a>)</li>
|
||||
<li><a href="https://discord.com/">Discord</a>: <a href="https://discord.gg/P383jXE">Server</a> and <a href="https://discord.com/users/683552393253879829">Profile</a></li>
|
||||
<li><a href="https://telegram.org/">Telegram</a>: <a href="https://t.me/@YoungChiefBTW">@YoungChiefBTW</a></li>
|
||||
|
|
|
@ -22,6 +22,7 @@
|
|||
<li><a href="feed.atom">Feed [Atom] (feed.atom)</a></li>
|
||||
<li><a href="matrix.html">[matrix] (matrix.html)</a></li>
|
||||
<li><a href="session.html">Session (session.html)</a></li>
|
||||
<li><a href="xmpp.html">XMPP (xmpp.html)</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<footer>
|
||||
|
|
25
src/xmpp.html
Normal file
25
src/xmpp.html
Normal file
|
@ -0,0 +1,25 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
|
||||
<head>
|
||||
<title>youngchief btw ツ</title>
|
||||
<link rel="stylesheet" type="text/css" href="style.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<h1><a href="index.html">youngchief btw ツ</a></h1>
|
||||
<hr />
|
||||
<div>
|
||||
<p>
|
||||
<b><a href="https://xmpp.org">XMPP</a></b><br/>
|
||||
is a federated message exchange protocol, kinda like <a href="matrix.html">[matrix]</a> but different<br/>
|
||||
JID: <a href="xmpp:youngchief@hmm.st">youngchief@hmm.st</a>
|
||||
</p>
|
||||
</div>
|
||||
<hr />
|
||||
<footer>
|
||||
<p><a href=".">Home</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
Loading…
Reference in a new issue