diff options
author | Pjotr Prins | 2020-08-22 11:04:56 +0100 |
---|---|---|
committer | Pjotr Prins | 2020-08-22 11:04:56 +0100 |
commit | cab2f4ca70c08d9f44442ba01bdfa5639017084b (patch) | |
tree | c4d52887fc9b6314d37e45f92c90235a7d9c55c3 /bh20simplewebuploader/templates/menu.html | |
parent | ed0bef1505c50c49479d794bbac6ad2fd2a99db1 (diff) | |
download | bh20-seq-resource-cab2f4ca70c08d9f44442ba01bdfa5639017084b.tar.gz bh20-seq-resource-cab2f4ca70c08d9f44442ba01bdfa5639017084b.tar.lz bh20-seq-resource-cab2f4ca70c08d9f44442ba01bdfa5639017084b.zip |
Repositioning content
Diffstat (limited to 'bh20simplewebuploader/templates/menu.html')
-rw-r--r-- | bh20simplewebuploader/templates/menu.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/menu.html b/bh20simplewebuploader/templates/menu.html index d408171..5d5fdc8 100644 --- a/bh20simplewebuploader/templates/menu.html +++ b/bh20simplewebuploader/templates/menu.html @@ -8,6 +8,7 @@ <a href="/export" class="{{ 'active' if menu=='EXPORT' }}">EXPORT</a> <a href="/blog" class="{{ 'active' if menu=='BLOG' }}">BLOG</a> <a href="/about" class="{{ 'active' if menu=='ABOUT' }}">ABOUT</a> + <a href="/contact" class="{{ 'active' if menu=='CONTACT' }}">CONTACT</a> <a href="javascript:void(0);" class="icon" onclick="myFunction()"> <i class="fa fa-bars"></i> </a> |