html is such a stupid fucking language
This commit is contained in:
parent
7265bb8191
commit
4374a600ce
1 changed files with 8 additions and 8 deletions
|
@ -43,14 +43,14 @@
|
||||||
${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>
|
</p>
|
||||||
<ul>
|
<ul>
|
||||||
<li>webring site: <code>https://nixwebr.ing</code></li>
|
<li>webring site: <code>https://nixwebr.ing</code></li>
|
||||||
<li>next site: <code>https://nixwebr.ing/next/<name></code></li>
|
<li>next site: <code>https://nixwebr.ing/next/<name></code></li>
|
||||||
<li>previous site: <code>https://nixwebr.ing/prev/<name></code></li>
|
<li>previous site: <code>https://nixwebr.ing/prev/<name></code></li>
|
||||||
<li>random site (optional): <code>https://nixwebr.ing/rand</code></li>
|
<li>random site (optional): <code>https://nixwebr.ing/rand</code></li>
|
||||||
</ul>
|
</ul>
|
||||||
<br>
|
<p>
|
||||||
and make a PR to one of <a href="https://codeberg.org/jacekpoz/nixwebr.ing">the</a> <a href="https://github.com/jacekpoz/nixwebr.ing">repos</a> adding yourself to the <code>webring.nix</code> file:
|
and make a PR to one of <a href="https://codeberg.org/jacekpoz/nixwebr.ing">the</a> <a href="https://github.com/jacekpoz/nixwebr.ing">repos</a> adding yourself to the <code>webring.nix</code> file:
|
||||||
<br>
|
<br>
|
||||||
<code>{ name = "name"; domain = "mysite.tld"; }</code>
|
<code>{ name = "name"; domain = "mysite.tld"; }</code>
|
||||||
|
|
Loading…
Reference in a new issue