summaryrefslogtreecommitdiff
path: root/Views/Home/Index.cshtml
diff options
context:
space:
mode:
authorSergey Chebotar <s.chebotar@gmail.com>2023-05-30 07:18:47 +0300
committerSergey Chebotar <s.chebotar@gmail.com>2023-05-30 07:30:44 +0300
commit81c1fc0c14253457c3c4fc24735e787ace1db70b (patch)
treefed58558300250876657fe6f9b0880af6d11f9f0 /Views/Home/Index.cshtml
parent55b30fc75acb554770dc171b5ea54ad821b81d00 (diff)
Add index razor page
Diffstat (limited to 'Views/Home/Index.cshtml')
-rw-r--r--Views/Home/Index.cshtml11
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