diff options
author | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-30 07:18:47 +0300 |
---|---|---|
committer | Sergey Chebotar <s.chebotar@gmail.com> | 2023-05-30 07:30:44 +0300 |
commit | 81c1fc0c14253457c3c4fc24735e787ace1db70b (patch) | |
tree | fed58558300250876657fe6f9b0880af6d11f9f0 /Views/Home/Index.cshtml | |
parent | 55b30fc75acb554770dc171b5ea54ad821b81d00 (diff) |
Add index razor page
Diffstat (limited to 'Views/Home/Index.cshtml')
-rw-r--r-- | Views/Home/Index.cshtml | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/Views/Home/Index.cshtml b/Views/Home/Index.cshtml deleted file mode 100644 index 54ff64d..0000000 --- a/Views/Home/Index.cshtml +++ /dev/null @@ -1,11 +0,0 @@ -@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers - -@{ - Layout = "_Layout"; -} - -<partial name="_Navigation" /> -<partial name="_Masthead" /> -<partial name="_About" /> -<partial name="_Projects" /> -<partial name="_SignUp" />
\ No newline at end of file |