forked from wanderer/pwt-0x01-ng
9 lines
136 B
Plaintext
9 lines
136 B
Plaintext
@{
|
|
ViewData["Title"] = "Contact";
|
|
}
|
|
<h2>@ViewData["Title"]</h2>
|
|
<h4>@ViewData["Message"]</h4>
|
|
|
|
<address>
|
|
Earth 🌍
|
|
</address> |