username@email.com
2023-04-19 43987d31cdf56e5c2de1626ec490607679297b53
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>