All checks were successful
continuous-integration/drone/push Build is passing
* rm generic stuff, replace it with our goodness * use emoji!
7 lines
121 B
Plaintext
7 lines
121 B
Plaintext
@{
|
|
ViewData["Title"] = "About";
|
|
}
|
|
<h2>@ViewData["Title"]</h2>
|
|
<h3>@ViewData["Message"]</h3>
|
|
|
|
<p>not much here now</p> |