zepp 007bb089d9 added rays of sunshine category
add folder to contain pages
add category landing page
add category landing page to nav links
2025-01-28 17:57:30 -05:00

31 lines
824 B
PHP

<nav>
<h3>life of emma</h3>
<ul>
<li>
<a href="/life/self.php" target="_blank">
emma's self - category
</a>
</li>
<li>
<a href="/life/interests.php" target="_blank">
emma's interests
</a>
</li>
<li>
<a href="/life/rays-of-sunshine.php" target="_blank">
emma's rays of sunshine
</a>
</li>
</ul>
<h3>site information</h3>
<ul>
<li><a href="/index.php">home</a></li>
<li><a href="/site/about.php" target="_blank">about</a></li>
<li><a href="/site/why.php" target="_blank">why</a></li>
<li><a href="/site/who.php" target="_blank">who</a></li>
<li><a href="/site/other.php" target="_blank">other emma things</a></li>
<li><a href="/guestbook/index.php" target="_blank">contact</a></li>
<li><a href="/site/changelog.php" target="_blank">changelog</a></li>
</ul>
</nav>