diff options
author | Pjotr Prins | 2020-11-16 10:42:33 +0000 |
---|---|---|
committer | Pjotr Prins | 2020-11-16 10:42:33 +0000 |
commit | 0a0cb56230ba402dfa16a2eef6da307bd8fab4e6 (patch) | |
tree | eb27f24711f9db9b154e629eed29544ccba1771f /bh20simplewebuploader/templates/menu.html | |
parent | 803f1b57ae07277792a5d93792230d2b453e9bd5 (diff) | |
download | bh20-seq-resource-0a0cb56230ba402dfa16a2eef6da307bd8fab4e6.tar.gz bh20-seq-resource-0a0cb56230ba402dfa16a2eef6da307bd8fab4e6.tar.lz bh20-seq-resource-0a0cb56230ba402dfa16a2eef6da307bd8fab4e6.zip |
Modify menu
Diffstat (limited to 'bh20simplewebuploader/templates/menu.html')
-rw-r--r-- | bh20simplewebuploader/templates/menu.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/bh20simplewebuploader/templates/menu.html b/bh20simplewebuploader/templates/menu.html index cf32fec..78082e6 100644 --- a/bh20simplewebuploader/templates/menu.html +++ b/bh20simplewebuploader/templates/menu.html @@ -4,11 +4,10 @@ <a href="/download" class="{{ 'active' if menu=='DOWNLOAD' }}">DOWNLOAD</a> <a href="/upload" class="{{ 'active' if menu=='UPLOAD' }}">UPLOAD</a> <a href="/status" class="{{ 'active' if menu=='STATUS' }}">STATUS</a> - <a href="/demo" class="{{ 'active' if menu=='DEMO' }}">SPARQL-PLAYGROUND</a> + <a href="/demo" class="{{ 'active' if menu=='DEMO' }}">QUERY</a> <a href="/export" class="{{ 'active' if menu=='EXPORT' }}">EXPORT</a> <a href="/blog" class="{{ 'active' if menu=='BLOG' }}">DOCS</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> |