diff options
Diffstat (limited to 'static/nav.html')
| -rw-r--r-- | static/nav.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/static/nav.html b/static/nav.html new file mode 100644 index 0000000..2406490 --- /dev/null +++ b/static/nav.html @@ -0,0 +1,8 @@ +<hr> +<nav> + <div> + <a href="/" class="here">Home</a> + <a href="/about.html" >About</a> + </div> +</nav> +<hr> |