diff options
author | ubq323 <ubq323@ubq323.website> | 2024-08-03 18:36:19 +0100 |
---|---|---|
committer | ubq323 <ubq323@ubq323.website> | 2024-08-03 18:36:19 +0100 |
commit | 6dde800a9c003f1ccb453d290d29a8cdf5ef7eac (patch) | |
tree | a069d3190732efa3a871055426505a4a6b67ba13 | |
parent | 29985a0e5de0d40978e33b414adfe6efcf540b13 (diff) |
section links
-rw-r--r-- | index.html | 8 |
1 files changed, 4 insertions, 4 deletions
@@ -57,7 +57,7 @@ <main> <section> <h1>apionet</h1> - <p>apionet is an IRC network. it is bridged also to xmpp and discord.</p> + <p>apionet is an <a href=#irc>IRC</a> network. it is bridged also to <a href=#xmpp>xmpp</a> and <a href=#discord>discord</a>.</p> <h2>rules of apionet</h2> <ol> @@ -66,7 +66,7 @@ </ol> </section> <section> - <h2>irc</h2> + <h2 id=irc>irc</h2> <p>apionet irc has 3 nodes:</p> <ul> <li><a href="irc://irc.osmarks.net">irc.osmarks.net</a></li> @@ -82,13 +82,13 @@ </section> <section> -<h2>xmpp</h2> +<h2 id=xmpp>xmpp</h2> <p>certain channels are bridged to xmpp. you will need an xmpp client and an xmpp account from somewhere</p> <p>then, join <a href="xmpp://a@conference.ubq323.website">a@conference.ubq323.website.</a></p> </section> <section> -<h2>discord</h2> +<h2 id=discord>discord</h2> <p>all channels are bridged to discord. the invite link is <a href="https://discord.gg/wjsbC9kR">https://discord.gg/wjsbC9kR</a>.</p> <p>note: due to recent spam, you will currently need to be manually approved to gain access to apionet channels.</p> <p>when using discord, consider how much you want to be dependent on centralized proprietary communication platforms</p> |