From 985d0a6f6dcfffaa227c117aaa184b4846009c0a Mon Sep 17 00:00:00 2001 From: Syndamia Date: Thu, 6 May 2021 19:38:51 +0300 Subject: Moved nabvar to it's own cshtml and simplified it a lot; Removed most of the default css and js from wwwroot; Implemented a very simple custom styling that mimmics the default asp.net bootstrap one --- ExamTemplate/Web/Views/Shared/_Navbar.cshtml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 ExamTemplate/Web/Views/Shared/_Navbar.cshtml (limited to 'ExamTemplate/Web/Views/Shared/_Navbar.cshtml') 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 @@ + -- cgit v1.2.3