yavsc/testOauthClient/Views/Home/Contact.cshtml

16 lines
514 B
Text
Raw Normal View History

2016-06-01 23:47:06 +02:00
@{
ViewData["Title"] = "Contact";
}
<h2>@ViewData["Title"].</h2>
<h3>@ViewData["Message"]</h3>
<address>
2018-03-12 23:49:05 +01:00
Paul Schneider<br />
<abbr title="Adresse postale">A:</abbr> Boulevard Aristide Briand - 92150 Suresnes
<abbr title="Mobile">M:</abbr> 336 51 14 15 64
2016-06-01 23:47:06 +02:00
</address>
<address>
2018-03-12 23:49:05 +01:00
<strong>Support:</strong> <a href="mailto:contact@pschneider.fr">contact@pschneider.fr</a><br />
<strong>Marketing:</strong> <a href="mailto:paul@pschneider.fr">paul@pschneider.fr</a>
2016-06-01 23:47:06 +02:00
</address>