]> nmode's Git Repositories - Rnaught/blobdiff - inst/web/templates/tabs.html
Update web app entry point
[Rnaught] / inst / web / templates / tabs.html
diff --git a/inst/web/templates/tabs.html b/inst/web/templates/tabs.html
new file mode 100644 (file)
index 0000000..351b480
--- /dev/null
@@ -0,0 +1,14 @@
+<nav class="nav nav-pills nav-fill">
+  <a class="nav-link rounded-0 active" data-bs-toggle="pill" href="#about">
+    About <span class="glyphicon glyphicon-info-sign"></span>
+  </a>
+  <a class="nav-link rounded-0" data-bs-toggle="pill" href="#data">
+    Data <span class="glyphicon glyphicon-list-alt"></span>
+  </a>
+  <a class="nav-link rounded-0" data-bs-toggle="pill" href="#estimation">
+    Estimation <span class="glyphicon glyphicon-random"></span>
+  </a>
+  <a class="nav-link rounded-0" data-bs-toggle="pill" href="#help">
+    Help <span class="glyphicon glyphicon-question-sign"></span>
+  </a>
+</nav>