From 81c1fc0c14253457c3c4fc24735e787ace1db70b Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Tue, 30 May 2023 07:18:47 +0300 Subject: Add index razor page --- Pages/Shared/_Layout.cshtml | 50 +++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 50 insertions(+) create mode 100644 Pages/Shared/_Layout.cshtml (limited to 'Pages/Shared/_Layout.cshtml') diff --git a/Pages/Shared/_Layout.cshtml b/Pages/Shared/_Layout.cshtml new file mode 100644 index 0000000..9c56830 --- /dev/null +++ b/Pages/Shared/_Layout.cshtml @@ -0,0 +1,50 @@ + + + + + + + + + + + + + My Darling Underwear - нижнее бельё ручной работы + + + + + + + + + + + + @RenderBody() + + + + + + + \ No newline at end of file -- cgit v1.2.3