mirror of
https://github.com/docker/awesome-compose.git
synced 2025-04-26 10:43:35 +02:00
8 lines
156 B
Text
8 lines
156 B
Text
|
@{
|
||
|
ViewData["Title"] = "About";
|
||
|
}
|
||
|
<h2>@ViewData["Title"]</h2>
|
||
|
<h3>@ViewData["Message"]</h3>
|
||
|
|
||
|
<p>Use this area to provide additional information.</p>
|