pwt-0x00/Views/Home/About.cshtml
2020-09-14 11:20:45 +02:00

9 lines
188 B
Plaintext

@{
ViewData["Title"] = "About";
}
<h2>@ViewData["Title"]</h2>
<h3>@ViewData["Message"]</h3>
<p>I'll write here whatever</p>
<p>Use this area to provide additional information.</p>