aboutsummaryrefslogtreecommitdiff
path: root/bh20simplewebuploader/templates/menu.html
diff options
context:
space:
mode:
Diffstat (limited to 'bh20simplewebuploader/templates/menu.html')
-rw-r--r--bh20simplewebuploader/templates/menu.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/bh20simplewebuploader/templates/menu.html b/bh20simplewebuploader/templates/menu.html
new file mode 100644
index 0000000..55bb1c4
--- /dev/null
+++ b/bh20simplewebuploader/templates/menu.html
@@ -0,0 +1,11 @@
+<section class="menu">
+ <div class="topnav" id="myTopnav">
+ <a href="/" class="{{ 'active' if menu=='HOME' }}">COVID-19</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>
+ <a href="javascript:void(0);" class="icon" onclick="myFunction()">
+ <i class="fa fa-bars"></i>
+ </a>
+ </div>
+</section>