test adding smallweb subway to sidebar

This commit is contained in:
jonathan
2023-11-17 10:03:13 +10:30
parent 60eaf55139
commit cca401fbc4
2 changed files with 11 additions and 1 deletions

View File

@ -7,6 +7,15 @@
<a href="http://uuupah.123guestbook.com/">/guestbook</a>
<a href="/blog/">/blog</a>
<a href="/lists/">/lists</a>
<span><a href="https://hotlinewebring.club/uuupah/previous">&lt;==</a> <a href="https://hotlinewebring.club/">hotline webring</a> <a href="https://hotlinewebring.club/uuupah/next">==&gt;</a></span>
<span>
<a onclick="goToPrev()">&lt;==</a>
smallweb subway
<a onclick="goToNext()">==&gt;</a>
</span>
{# <span>
<a href="https://hotlinewebring.club/uuupah/previous">&lt;==</a>
<a href="https://hotlinewebring.club/">hotline webring</a>
<a href="https://hotlinewebring.club/uuupah/next">==&gt;</a>
</span> #}
</nav>
{#INFO: It's important to stucture your links with the slashes / on either side of the href /about/ to ensure the links are always from the root of the site.#}