Some styling and code cleanup

This commit is contained in:
2023-05-26 16:15:20 -07:00
parent 39b844b698
commit 5f06c80882
5 changed files with 74 additions and 99 deletions
+12 -10
View File
@@ -1,20 +1,22 @@
<div class="topbar" align="center">
<a href="/">Home</a> | <a href="/find">Quick Search</a> |
<a href="/random?view=rich">Random Verse</a> |
<a href="/votd?view=rich">Verse of the Day</a>
</div>
<div class="header" id="NavHeader">
<header align="center">
<header>
<div class="header" id="NavHeader" align="center">
<a href="/">Home</a> |
<a href="/random?view=rich">Random Verse</a> |
<a href="/votd?view=rich">Verse of the Day</a>
<form action="/find">
<input type="text" name="kw" value="{query}" id="searchBar">
<input type="hidden" name="view" value="rich"">
<input type="submit" value="Search">
<input type="hidden" name="view" value="rich">
</form>
<
&leftarrow;
<a href="{prev_chapter_link}">{prev_chapter_name}</a> |
{current_chapter_name} |
<a href="{next_chapter_link}">{next_chapter_name}</a>
>
</header>
</div>
&rightarrow;
</div>
</header>