diff options
author | 53hornet <53hornet@gmail.com> | 2018-07-14 16:28:28 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-07-14 16:28:28 -0400 |
commit | f10ded04350e19377f5c2a904db86c5395d12531 (patch) | |
tree | d47927420e1144c180c399b5e1adfd9506a452e8 /md/53hor.net/nav.html | |
parent | 7654bcc6be740276477eb2f2d6d8d90c4a63ff83 (diff) | |
download | md-site-f10ded04350e19377f5c2a904db86c5395d12531.tar.xz md-site-f10ded04350e19377f5c2a904db86c5395d12531.zip |
Reworking CSS; is a TOC really necessary?
Diffstat (limited to 'md/53hor.net/nav.html')
-rw-r--r-- | md/53hor.net/nav.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/md/53hor.net/nav.html b/md/53hor.net/nav.html new file mode 100644 index 0000000..53c8be6 --- /dev/null +++ b/md/53hor.net/nav.html @@ -0,0 +1,9 @@ +<nav id="topnav"> + <img src="/include/logo.png" style="float:left" height=7% width=7%> + <a href="/contact">Contact</a> + <a href="/journal">Journal</a> + <a href-"/gallery">Gallery</a> + <a href="http://youtube.com/my53hornet">YouTube</a> + <a href="/db">Database</a> + <a href="/">Home</a> +</nav> |