diff options
Diffstat (limited to 'Project-Unite/Views/Home/About.cshtml')
| -rw-r--r-- | Project-Unite/Views/Home/About.cshtml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Project-Unite/Views/Home/About.cshtml b/Project-Unite/Views/Home/About.cshtml new file mode 100644 index 0000000..4b2d9e8 --- /dev/null +++ b/Project-Unite/Views/Home/About.cshtml @@ -0,0 +1,7 @@ +@{ + ViewBag.Title = "About"; +} +<h2>@ViewBag.Title.</h2> +<h3>@ViewBag.Message</h3> + +<p>Use this area to provide additional information.</p> |
