summaryrefslogtreecommitdiffstats
path: root/Pages/Index.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'Pages/Index.cshtml')
-rw-r--r--Pages/Index.cshtml10
1 files changed, 10 insertions, 0 deletions
diff --git a/Pages/Index.cshtml b/Pages/Index.cshtml
new file mode 100644
index 0000000..b5f0c15
--- /dev/null
+++ b/Pages/Index.cshtml
@@ -0,0 +1,10 @@
+@page
+@model IndexModel
+@{
+ ViewData["Title"] = "Home page";
+}
+
+<div class="text-center">
+ <h1 class="display-4">Welcome</h1>
+ <p>Learn about <a href="https://docs.microsoft.com/aspnet/core">building Web apps with ASP.NET Core</a>.</p>
+</div>