source: PostgreSqlDotnetCore/Views/Home/Contact.cshtml@ 6782104

main
Last change on this file since 6782104 was 2aea0fd, checked in by ElenaMoskova <elena.moskova99@…>, 2 months ago

init commit Elena

  • Property mode set to 100644
File size: 441 bytes
Line 
1@{
2 ViewBag.Title = "Contact";
3}
4<h2>@ViewBag.Title.</h2>
5<h3>@ViewBag.Message</h3>
6
7<address>
8 One Microsoft Way<br />
9 Redmond, WA 98052-6399<br />
10 <abbr title="Phone">P:</abbr>
11 425.555.0100
12</address>
13
14<address>
15 <strong>Support:</strong> <a href="mailto:Support@example.com">Support@example.com</a><br />
16 <strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
17</address>
Note: See TracBrowser for help on using the repository browser.