Add navigation links to the two books

master
DavidDGTNT 2021-11-30 18:59:00 +00:00
parent e33cbde887
commit 77214c2915
2 changed files with 6 additions and 2 deletions

View File

@ -11,7 +11,9 @@
<nav>
<ul>
<li><a href="../index.html">Home</a></li>
<li><a href="#" class="current">About</a></li>
<li><a href="#" class="current">About</a></li><br><br>
<li><a href="book1/index.html">Lyza the Sheepdog: Christmas</a></li><br><br>
<li><a href="book2/index.html">Lyza the Sheepdog: The Flood</a></li>
</ul>
</nav>
</header>

View File

@ -11,7 +11,9 @@
<nav>
<ul>
<li><a href="#" class="current">Home</a></li>
<li><a href="about/index.html">About</a></li>
<li><a href="about/index.html">About</a></li><br><br>
<li><a href="book1/index.html">Lyza the Sheepdog: Christmas</a></li><br><br>
<li><a href="book2/index.html">Lyza the Sheepdog: The Flood</a></li>
</ul>
</nav>
</header>