diff options
author | 53hornet <53hornet@gmail.com> | 2018-07-15 18:17:51 -0400 |
---|---|---|
committer | 53hornet <53hornet@gmail.com> | 2018-07-15 18:17:51 -0400 |
commit | 30bca603cbdc3ada6c8cf978f124c2d5348c3b3e (patch) | |
tree | 3fb2be9ddd6943e48bf8be5718146fc8c13936f3 /md/53hor.net/nav.html | |
parent | f10ded04350e19377f5c2a904db86c5395d12531 (diff) | |
download | md-site-30bca603cbdc3ada6c8cf978f124c2d5348c3b3e.tar.xz md-site-30bca603cbdc3ada6c8cf978f124c2d5348c3b3e.zip |
Revamped CSS, added per-page backgrounds, added image transfer
Diffstat (limited to 'md/53hor.net/nav.html')
-rw-r--r-- | md/53hor.net/nav.html | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/md/53hor.net/nav.html b/md/53hor.net/nav.html index 53c8be6..cf6dbb6 100644 --- a/md/53hor.net/nav.html +++ b/md/53hor.net/nav.html @@ -1,9 +1,9 @@ <nav id="topnav"> - <img src="/include/logo.png" style="float:left" height=7% width=7%> - <a href="/contact">Contact</a> + <img src="/logo.png" style="float:left" height=7% width=7%> + <a href="/contact">Contact Us</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="/gallery">Image Gallery</a> + <a href="http://youtube.com/my53hornet">YouTube Channel</a> + <a href="/db">Parts Database</a> <a href="/">Home</a> </nav> |