diff options
author | Pjotr Prins | 2020-05-23 07:18:24 -0500 |
---|---|---|
committer | Pjotr Prins | 2020-05-23 07:18:24 -0500 |
commit | b203bb27172d7abeef60de5bff561de85c7ff11f (patch) | |
tree | 01352c25b9ef7f6796eb20d366563a2ea5a4279f /bh20simplewebuploader/templates/form.html | |
parent | 1ba6c90b5ec49be6c6424916ac70dfcc11026853 (diff) | |
download | bh20-seq-resource-b203bb27172d7abeef60de5bff561de85c7ff11f.tar.gz bh20-seq-resource-b203bb27172d7abeef60de5bff561de85c7ff11f.tar.lz bh20-seq-resource-b203bb27172d7abeef60de5bff561de85c7ff11f.zip |
Website: added menu/toolbar
Diffstat (limited to 'bh20simplewebuploader/templates/form.html')
-rw-r--r-- | bh20simplewebuploader/templates/form.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/form.html b/bh20simplewebuploader/templates/form.html index 50e1442..2379e06 100644 --- a/bh20simplewebuploader/templates/form.html +++ b/bh20simplewebuploader/templates/form.html @@ -17,6 +17,18 @@ </section> + <section class="menu"> + <div class="topnav" id="myTopnav"> + <a href="http://covid19.genenetwork.org/" class="active">Home</a> + <a href="#news">News</a> + <a href="#contact">Contact</a> + <a href="#about">About</a> + <a href="javascript:void(0);" class="icon" onclick="myFunction()"> + <i class="fa fa-bars"></i> + </a> + </div> + </section> + <section class="search-section"> <div class="filter-options" action="#"> <p>[Demo] Display content sequences by: </p> |