mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
Add [m] page.
This commit is contained in:
parent
85f9f54eee
commit
61cd0849e3
3 changed files with 32 additions and 1 deletions
|
@ -16,7 +16,7 @@
|
|||
<br/>
|
||||
<ul>
|
||||
<li><a href="email.html">Email</a>: youngchief [at] altmails [dot] com</li>
|
||||
<li><a href="https://matrix.org/">[matrix]</a>: <a href="https://matrix.to/#/@youngchiefbtw:matrix.org">@youngchiefbtw:matrix.org</a></li>
|
||||
<li><a href="matrix.html">[matrix]</a>: <a href="https://matrix.to/#/@youngchiefbtw:matrix.org">@youngchiefbtw:matrix.org</a></li>
|
||||
<li><a href="https://getsession.org/">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="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>
|
||||
|
|
30
src/matrix.html
Normal file
30
src/matrix.html
Normal file
|
@ -0,0 +1,30 @@
|
|||
<!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 />
|
||||
<!-- <h3></h3> -->
|
||||
<div>
|
||||
<p>
|
||||
<b>
|
||||
<a href="https://matrix.org/">[matrix]</a>
|
||||
</b>
|
||||
<br/>
|
||||
is a federated data exchange protocol, commonly used for messaging
|
||||
<br/>
|
||||
MXID: <a href="https://matrix.to/#/@youngchiefbtw:matrix.org">@youngchiefbtw:matrix.org</a>
|
||||
</p>
|
||||
</div>
|
||||
<hr />
|
||||
<footer>
|
||||
<p><a href=".">Home</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -20,6 +20,7 @@
|
|||
<li><a href="services.html">Services (services.html)</a></li>
|
||||
<li><a href="feed.rss">Feed [RSS] (feed.rss)</a></li>
|
||||
<li><a href="feed.atom">Feed [Atom] (feed.atom)</a></li>
|
||||
<li><a href="matrix.html">[matrix] (matrix.html)</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<footer>
|
||||
|
|
Loading…
Reference in a new issue