Jonathan Ouellette 580e90f6a2 initial add
2022-09-27 14:10:30 -07:00

8 lines
145 B
Plaintext

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