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

@ -6,6 +6,7 @@
<meta name="theme-color" content="#6a826a"/>
<meta property="og:image" content="/_assets/img/cropped.png"/>
<link rel="icon" type="image/x-icon" href="/_assets/img/fav.png">
<script src="https://gusbus.space/smallweb-subway/smallweb-subway.js"></script>
{# <link rel="stylesheet" href="/_assets/css/normalize.css" /> #}
{# <link rel="stylesheet" href="/_assets/css/styles.css"/> #}

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.#}