diff options
author | Pjotr Prins | 2020-05-24 11:16:47 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-24 11:16:47 -0500 |
commit | e4738edf99cb96214db066079adae021c25bc059 (patch) | |
tree | 2215e5b668d86b08bde67259c976d14560f6f5f1 /bh20simplewebuploader/templates/menu.html | |
parent | c3bbd48601cdb4bec510db72bd2296724874f4f3 (diff) | |
download | bh20-seq-resource-e4738edf99cb96214db066079adae021c25bc059.tar.gz bh20-seq-resource-e4738edf99cb96214db066079adae021c25bc059.tar.lz bh20-seq-resource-e4738edf99cb96214db066079adae021c25bc059.zip |
Download page
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 55bb1c4..6f97e19 100644 --- a/bh20simplewebuploader/templates/menu.html +++ b/bh20simplewebuploader/templates/menu.html @@ -1,6 +1,7 @@ <section class="menu"> <div class="topnav" id="myTopnav"> <a href="/" class="{{ 'active' if menu=='HOME' }}">COVID-19</a> + <a href="/download" class="{{ 'active' if menu=='DOWNLOAD' }}">DOWNLOAD</a> <a href="/demo" class="{{ 'active' if menu=='DEMO' }}">DEMO</a> <a href="/blog" class="{{ 'active' if menu=='BLOG' }}">BLOG</a> <a href="/about" class="{{ 'active' if menu=='ABOUT' }}">ABOUT</a> |