Public: Update xhr version of the index page
This commit is contained in:
parent
130f3dea70
commit
84246a42c3
1 changed files with 13 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
||||||
<li><a href="https://github.com/SerenityOS/serenity">The Serenity Operating System 🐞</a></li>
|
<li><a href="https://github.com/SerenityOS/serenity">The Serenity Operating System 🐞</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
Everything listed here I do <a href="https://justforfunnoreally.dev">for fun</a>.
|
Everything listed here I do <a href="https://justforfunnoreally.dev/">for fun</a>.
|
||||||
</section>
|
</section>
|
||||||
<section>
|
<section>
|
||||||
<h3>Links</h3>
|
<h3>Links</h3>
|
||||||
|
@ -66,11 +66,22 @@
|
||||||
<p>
|
<p>
|
||||||
You can find the full source code of the site <a href="https://gitlab.upi.li/networkException/nwex.de">here</a>.
|
You can find the full source code of the site <a href="https://gitlab.upi.li/networkException/nwex.de">here</a>.
|
||||||
|
|
||||||
It's licensed under the <a href="https://spdx.org/licenses/BSD-2-Clause.html">BSD 2-Clause "Simplified" License</a>,
|
It's licensed under the <a href="https://spdx.org/licenses/BSD-2-Clause">BSD 2-Clause "Simplified" License</a>,
|
||||||
so feel free to use the code as a reference to implement your own parser! If you have something interesting to share
|
so feel free to use the code as a reference to implement your own parser! If you have something interesting to share
|
||||||
or just want to tell how the code might have helped you, make sure to send me a message :^)
|
or just want to tell how the code might have helped you, make sure to send me a message :^)
|
||||||
</p>
|
</p>
|
||||||
</section>
|
</section>
|
||||||
|
<section>
|
||||||
|
<h3>Webrings</h3>
|
||||||
|
|
||||||
|
<fieldset>
|
||||||
|
<legend><a href="https://fediring.net/">Fediring</a></legend>
|
||||||
|
|
||||||
|
<a href="https://fediring.net/previous?host=nwex.de">Previous</a>
|
||||||
|
<a href="https://fediring.net/next?host=nwex.de">Next</a>
|
||||||
|
<a href="https://fediring.net/random">Random</a>
|
||||||
|
</fieldset>
|
||||||
|
</section>
|
||||||
|
|
||||||
<!-- Inner workings of the page -->
|
<!-- Inner workings of the page -->
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue