diff options
| author | dwalker <dwalker@dwalker.xyz> | 2026-05-03 00:13:27 -0400 |
|---|---|---|
| committer | dwalker <dwalker@dwalker.xyz> | 2026-05-03 00:13:27 -0400 |
| commit | 34e03cd981acc934c779c29400f6ade0cb9bf54a (patch) | |
| tree | 02c35db6e3baf407a2572b449b35ef067e5d24ac /dwalker.xyz/Pages/Index.cshtml | |
initial commit
Diffstat (limited to 'dwalker.xyz/Pages/Index.cshtml')
| -rw-r--r-- | dwalker.xyz/Pages/Index.cshtml | 11 |
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> |
