This repository has been archived on 2023-10-28. You can view files and clone it, but cannot push or open issues or pull requests.
pwt-0x01-ng/Views/Home/Contact.cshtml
surtur d9a31187ad
All checks were successful
continuous-integration/drone/push Build is passing
chore: update {About,Contact} pages
* rm generic stuff, replace it with our goodness
* use emoji!
2021-01-22 20:55:08 +01:00

9 lines
136 B
Plaintext

@{
ViewData["Title"] = "Contact";
}
<h2>@ViewData["Title"]</h2>
<h4>@ViewData["Message"]</h4>
<address>
Earth &#x1F30D;
</address>