summaryrefslogtreecommitdiff
path: root/Pages/Index.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Pages/Index.cshtml')
-rw-r--r--Pages/Index.cshtml13
1 files changed, 13 insertions, 0 deletions
diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml
new file mode 100644
index 0000000..a3ec3a5
--- /dev/null
+++ b/Pages/Index.cshtml
@@ -0,0 +1,13 @@
+@page
+@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
+@using MyDarling.Models;
+@inject DataContext context;
+@{
+ Layout="_Layout";
+}
+
+<partial name="_Navigation" />
+<partial name="_Masthead" />
+<partial name="_About" />
+<partial name="_Projects" />
+<partial name="_SignUp" /> \ No newline at end of file