Add book 2 content to index.html

master
DavidDGTNT 2022-01-10 17:02:55 +00:00
parent 7e7189f1ed
commit e2723de45f
1 changed files with 32 additions and 0 deletions

32
src/book2/index.html Normal file
View File

@ -0,0 +1,32 @@
<!DOCTYPE html>
<html>
<head>
<title>Lyza the Sheepdog: Christmas</title>
<link rel="stylesheet" href="../assets/css/main.css">
<link rel="stylesheet" href="../assets/css/fonts.css">
</head>
<body>
<header>
<img src="../assets/img/lyza.png" width="250" height="250"><br>
<nav>
<ul>
<li><a href="../index.html">Home</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" class="current">Lyza the Sheepdog: The Flood</a></li>
</ul>
</nav>
</header>
<main>
<h2>Lyza the Sheepdog: The Flood</h2>
<p>Hey! Why's there water on my back? </p>
<p>In Lyza the Sheepdog: The Flood, Lyza talks to the animals that were at going to the Ark before the flood. She hears what others are thinking about what's going on, and tries to figure out whats going on herself. </p>
<p>When you read this book, you enter the world of Lyza the Sheepdog, a world where the event of Jesus' birth and all things that came before are the same, and we can see the fictional responses of the animals. </p>
<p>This book was released in December of 2021.</p>
</main>
</body>
</html>