summaryrefslogtreecommitdiff
path: root/dwalker.xyz/Pages/Index.cshtml
diff options
context:
space:
mode:
Diffstat (limited to 'dwalker.xyz/Pages/Index.cshtml')
-rw-r--r--dwalker.xyz/Pages/Index.cshtml11
1 files changed, 11 insertions, 0 deletions
diff --git a/dwalker.xyz/Pages/Index.cshtml b/dwalker.xyz/Pages/Index.cshtml
new file mode 100644
index 0000000..0283f0d
--- /dev/null
+++ b/dwalker.xyz/Pages/Index.cshtml
@@ -0,0 +1,11 @@
+@page
+@model IndexModel
+@{
+ ViewData["Title"] = "dwalker.xyz";
+}
+
+<section class="hero">
+ <p class="eyebrow">.NET 10 Razor Pages</p>
+ <h1>Blank, modern, and ready.</h1>
+ <p class="lede">A minimal starting point for building dwalker.xyz without demo content or extra scaffolding.</p>
+</section>