Privacy.cshtml 138 B

123456
  1. @{
  2. ViewData["Title"] = "Privacy Policy";
  3. }
  4. <h1>@ViewData["Title"]</h1>
  5. <p>Use this page to detail your site's privacy policy.</p>