pwt-0x01-ng/Views/Home/About.cshtml
surtur d9a31187ad
chore: update {About,Contact} pages
* rm generic stuff, replace it with our goodness
* use emoji!
2021-01-22 20:55:08 +01:00

7 lines
121 B
Plaintext

@{
ViewData["Title"] = "About";
}
<h2>@ViewData["Title"]</h2>
<h3>@ViewData["Message"]</h3>
<p>not much here now</p>