Fix about
This commit is contained in:
parent
d0c73c16d5
commit
564f5a45ba
|
|
@ -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>
|
||||
Loading…
Reference in New Issue