interactive navigation headers

This commit is contained in:
2023-01-14 20:32:32 -08:00
parent f3de9214b1
commit 85b0283791
2 changed files with 14 additions and 2 deletions
+9
View File
@@ -0,0 +1,9 @@
<DOCTYPE html>
<header>
<a href="/">Home</a>
<a href="/search">Bible Search</a>
<a href="/show">Bible Verses</a>
<a href="/define">Bible Define</a>
<a href="/random?view=rich">Random Verse</a>
<a href="/votd?view=rich">Verse of the Day</a>
</header>