exsvelte/Web/Views/Privacy.cshtml
2020-11-10 21:44:20 +11:00

8 lines
144 B
Plaintext

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