Files
admintemplate-mvc/Views/Pages/Privacy.cshtml
T
2026-07-21 09:47:16 +07: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>