mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-04-04 13:57:37 +00:00
6 lines
138 B
Text
6 lines
138 B
Text
@{
|
|
ViewData["Title"] = "Privacy Policy";
|
|
}
|
|
<h1>@ViewData["Title"]</h1>
|
|
|
|
<p>Use this page to detail your site's privacy policy.</p>
|