No Description
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

Privacy.cshtml 169B

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