Privacy.cshtml 138 B

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