add guestbook to navigation

This commit is contained in:
2023-03-14 01:20:45 +10:30
committed by GitHub
parent 336cdc95a7
commit d971ec22dd

View File

@ -3,7 +3,7 @@
<a href="/pages/">/pages</a> <a href="/pages/">/pages</a>
<a href="/about/">/about</a> <a href="/about/">/about</a>
<a href="/links/">/links</a> <a href="/links/">/links</a>
<a href="/contact/">/contact</a> <a href="http://uuupah.123guestbook.com/">/guestbook</a>
<a href="/blog/">/blog</a> <a href="/blog/">/blog</a>
</nav> </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.#} {#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.#}