pwt-0x01/Views/Home/About.cshtml
surtur f8bb1d5fcc
refactor + add stuff
* solution-wide renames
* added carousel pic (ms luvz linux)
* created carousel helper
* updated project build configurations
2020-09-24 13:45:15 +02:00

7 lines
155 B
Plaintext

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