Files
PSU-Test-01/WebApplication1/WebApplication1/Pages/Privacy.cshtml
PSU-CICD 91204da90c
Some checks failed
PSU-X25-CICD/PSU-Test-01/pipeline/head There was a failure building this commit
PSU-CICD/PSU-Test-01/pipeline/head This commit looks good
Initial commit
2026-03-01 09:45:41 +00: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>