username@email.com
2021-06-28 8de9a465342385e0ebee7dc430abadd69a2b67dd
1
2
3
4
5
6
@{
    ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
 
<p>Use this page to detail your site's privacy policy.</p>