Files
Rune.Nielsen/Tokentester1/Tokentester1/Pages/Privacy.cshtml
Zuvuz 48c0dcf8f4
All checks were successful
DMA-CSD-CICD/Rune.Nielsen/pipeline/head This commit looks good
Test
2026-04-07 12:30:45 +02: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>