From 82ade3c31fb17b662feec59e9e654ceb66edbb7a Mon Sep 17 00:00:00 2001 From: ivarlovlie Date: Wed, 21 Dec 2022 23:37:23 +0100 Subject: feat: Add initial schema and start login --- code/api/Pages/_Layout.cshtml | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 code/api/Pages/_Layout.cshtml (limited to 'code/api/Pages/_Layout.cshtml') diff --git a/code/api/Pages/_Layout.cshtml b/code/api/Pages/_Layout.cshtml new file mode 100644 index 0000000..022e41e --- /dev/null +++ b/code/api/Pages/_Layout.cshtml @@ -0,0 +1,16 @@ + + + + + + + + @await RenderSectionAsync("Head", false) + @ViewData["Title"] - Storage + + +@RenderBody() + +@await RenderSectionAsync("Scripts", false) + + \ No newline at end of file -- cgit v1.3