make webring links into a <ul>
All checks were successful
Deploy website / deploy (push) Successful in 10s

This commit is contained in:
jacekpoz 2024-09-13 22:23:20 +02:00
parent 39cee79f93
commit 5eaadd90a3
Signed by: poz
SSH key fingerprint: SHA256:JyLeVWE4bF3tDnFeUpUaJsPsNlJyBldDGV/dIKSLyN8

View file

@ -44,15 +44,12 @@
${h2 "joining"} ${h2 "joining"}
<p> <p>
to join, have a personal website (bonus points if it uses nix!) and add the following links to it (they have to be on the main page): to join, have a personal website (bonus points if it uses nix!) and add the following links to it (they have to be on the main page):
<br> <ul>
webring site: <code>https://nixwebr.ing</code> <li>webring site: <code>https://nixwebr.ing</code></li>
<br> <li>next site: <code>https://nixwebr.ing/next/&lt;name&gt;</code></li>
next site: <code>https://nixwebr.ing/next/&lt;name&gt;</code> <li>previous site: <code>https://nixwebr.ing/prev/&lt;name&gt;</code></li>
<br> <li>random site (optional): <code>https://nixwebr.ing/rand</code></li>
previous site: <code>https://nixwebr.ing/prev/&lt;name&gt;</code> </ul>
<br>
random site (optional): <code>https://nixwebr.ing/rand</code>
<br>
and make a PR to one of <a href="https://github.com/jacekpoz/nixwebr.ing">the</a> <a href="https://codeberg.org/jacekpoz/nixwebr.ing">repos</a> and make a PR to one of <a href="https://github.com/jacekpoz/nixwebr.ing">the</a> <a href="https://codeberg.org/jacekpoz/nixwebr.ing">repos</a>
<br> <br>
feel free to also link your nixos configuration in the PR! feel free to also link your nixos configuration in the PR!