From b86579ea3f7524a0c64e1f8b40f4c7cf313f6886 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 6 Feb 2023 21:32:40 +0300 Subject: Add base carousel --- Views/Shared/_Layout.cshtml | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 Views/Shared/_Layout.cshtml (limited to 'Views/Shared') diff --git a/Views/Shared/_Layout.cshtml b/Views/Shared/_Layout.cshtml new file mode 100644 index 0000000..e685f8d --- /dev/null +++ b/Views/Shared/_Layout.cshtml @@ -0,0 +1,26 @@ + + + + + + + + + Grayscale - Start Bootstrap Theme + + + + + + + @RenderBody() + + + + + + + + \ No newline at end of file -- cgit v1.2.3