mirror of
https://github.com/kataras/iris.git
synced 2025-01-24 19:21:03 +01:00
006a09f68a
Former-commit-id: 40d27dd7d02f4ead756be090364075a6570ae2cb
15 lines
425 B
Plaintext
15 lines
425 B
Plaintext
<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>
|