mirror of
https://codeberg.org/youngchief/website.git
synced 2023-12-14 07:22:56 +01:00
Add Session page.
This commit is contained in:
parent
61cd0849e3
commit
1a5f79c7ce
3 changed files with 27 additions and 1 deletions
|
@ -17,7 +17,7 @@
|
|||
<ul>
|
||||
<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="https://getsession.org/">Session</a>: 05be41197decb07c015b8105f93c01593004800f3e1910e18f28dcf075c653500c</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="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>
|
||||
|
|
25
src/session.html
Normal file
25
src/session.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://getsession.org/">Session</a></b><br/>
|
||||
is a end-to-end encrypted messenger that minimizes metadata and routes traffic thru <a href="https://www.torproject.org/">Tor</a><br/>
|
||||
ID: <code>05be41197decb07c015b8105f93c01593004800f3e1910e18f28dcf075c653500c</code>
|
||||
</p>
|
||||
</div>
|
||||
<hr />
|
||||
<footer>
|
||||
<p><a href=".">Home</a></p>
|
||||
</footer>
|
||||
</body>
|
||||
|
||||
</html>
|
|
@ -21,6 +21,7 @@
|
|||
<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>
|
||||
<li><a href="session.html">Session (session.html)</a></li>
|
||||
</ul>
|
||||
<hr />
|
||||
<footer>
|
||||
|
|
Loading…
Reference in a new issue