summaryrefslogtreecommitdiff
path: root/dwalker.xyz/Pages/Index.cshtml
blob: 0283f0dc0c94671991a0ca497f8e185bf5f8c67c (plain)
1
2
3
4
5
6
7
8
9
10
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>