aboutsummaryrefslogtreecommitdiff
path: root/ExamTemplate/Web/Views/Shared/_Navbar.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'ExamTemplate/Web/Views/Shared/_Navbar.cshtml')
-rw-r--r--ExamTemplate/Web/Views/Shared/_Navbar.cshtml14
1 files changed, 14 insertions, 0 deletions
diff --git a/ExamTemplate/Web/Views/Shared/_Navbar.cshtml b/ExamTemplate/Web/Views/Shared/_Navbar.cshtml
new file mode 100644
index 0000000..f81d082
--- /dev/null
+++ b/ExamTemplate/Web/Views/Shared/_Navbar.cshtml
@@ -0,0 +1,14 @@
+<nav class="navbar border-bottom box-shadow">
+ <div class="middle-content-container navbar-contents">
+ <section>
+ <b>
+ <a asp-controller="Home" asp-action="Index">Web</a>
+ </b>
+ </section>
+ <div class="flex-spacer"></div>
+ <section>
+ <a asp-controller="Home" asp-action="Index">Home</a>
+ <a asp-controller="Home" asp-action="Privacy">Privacy</a>
+ </section>
+ </div>
+</nav>