summaryrefslogtreecommitdiff
path: root/SovereignDemesneAzure/SovereignDemesneRazor/Pages/Reference.cshtml
blob: ed745c3c60c296fb2d29b765948af3ad011a616d (plain)
1
2
3
4
5
6
7
8
@page
@model ReferenceModel
@{
    ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>

<p>Use this page to detail your site's privacy policy.</p>