Files
mixtape/zero.Demo/Pages/Privacy.cshtml
T
2021-12-10 23:11:26 +01:00

9 lines
164 B
Plaintext

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