f1e4cca535
Signed-off-by: Anca Iordache <anca.iordache@docker.com>
6 lines
138 B
Text
Executable file
6 lines
138 B
Text
Executable file
@{
|
|
ViewData["Title"] = "Privacy Policy";
|
|
}
|
|
<h2>@ViewData["Title"]</h2>
|
|
|
|
<p>Use this page to detail your site's privacy policy.</p>
|