Fix about

This commit is contained in:
Ryan Brandenburg 2018-11-20 16:09:50 -08:00
parent d0c73c16d5
commit 564f5a45ba
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
@page
@model AboutModel
@{
ViewData["Title"] = "About";
}
<h2>@ViewData["Title"]</h2>
<h3>@Model.Message</h3>
<p>Use this area to provide additional information.</p>