sledgemapper/Sledgemapper.Api/Pages/Privacy.cshtml
Michele Scandura 2372fbb620 more refactorin
2020-11-06 20:08:27 +00:00

8 lines
161 B
Text

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