Files
11ty_neocities/src/_includes/partials/navigation.njk

11 lines
582 B
Plaintext
Raw Normal View History

2023-02-24 19:08:47 +10:30
<nav>
<a href="/">/</a>
<a href="/pages/">/pages</a>
<a href="/about/">/about</a>
<a href="/links/">/links</a>
2023-03-14 01:20:45 +10:30
<a href="http://uuupah.123guestbook.com/">/guestbook</a>
2023-03-29 13:17:36 +10:30
<a href="/blog/">/blog</a>
---
<span><a href="https://hotlinewebring.club/uuupah/previou">&lt;==</a> <a href="https://hotlinewebring.club/">hotline webring</a> <a href="https://hotlinewebring.club/uuupah/next">==&gt;</a></span>
2023-02-24 19:08:47 +10:30
</nav>
2023-02-21 00:02:35 +10:30
{#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.#}