diff options
Diffstat (limited to 'Project-Unite/Views/Home/Contact.cshtml')
| -rw-r--r-- | Project-Unite/Views/Home/Contact.cshtml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/Project-Unite/Views/Home/Contact.cshtml b/Project-Unite/Views/Home/Contact.cshtml new file mode 100644 index 0000000..0f4327e --- /dev/null +++ b/Project-Unite/Views/Home/Contact.cshtml @@ -0,0 +1,17 @@ +@{ + ViewBag.Title = "Contact"; +} +<h2>@ViewBag.Title.</h2> +<h3>@ViewBag.Message</h3> + +<address> + One Microsoft Way<br /> + Redmond, WA 98052-6399<br /> + <abbr title="Phone">P:</abbr> + 425.555.0100 +</address> + +<address> + <strong>Support:</strong> <a href="mailto:[email protected]">[email protected]</a><br /> + <strong>Marketing:</strong> <a href="mailto:[email protected]">[email protected]</a> +</address>
\ No newline at end of file |
