summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Home/About.cshtml
blob: 4b2d9e8440b9c3ed0fbccac1a3afaa7b3372fde8 (plain) (blame)
1
2
3
4
5
6
7
@{
    ViewBag.Title = "About";
}
<h2>@ViewBag.Title.</h2>
<h3>@ViewBag.Message</h3>

<p>Use this area to provide additional information.</p>