EFB/Views/Home/Privacy.cshtml
lukejelse04 e1c97e5b8c Initial Project Upload
This contains the base ASP.Net Core web application running on .Net Core Version 5
2021-09-20 07:16:48 +01:00

7 lines
138 B
Plaintext

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