summaryrefslogtreecommitdiff
path: root/Project-Unite/Views/Home/Contact.cshtml
blob: 0f4327e7f1fb1aea19027c2228120e104aaa56d9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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>