awesome-compose/samples/aspnet-mssql/app/aspnetapp/Views/Home/Contact.cshtml
Anca Iordache 9c829ac4ba update asp.net-mssql sample
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
2020-03-06 17:44:39 +01:00

18 lines
451 B
Plaintext
Executable File

@{
ViewData["Title"] = "Contact";
}
<h2>@ViewData["Title"]</h2>
<h3>@ViewData["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:Support@example.com">Support@example.com</a><br />
<strong>Marketing:</strong> <a href="mailto:Marketing@example.com">Marketing@example.com</a>
</address>