TrafficLightsCSharp/TrafficLights/Pages/Privacy.cshtml

9 lines
172 B
Plaintext
Raw Permalink Normal View History

2023-11-04 11:02:30 +00:00
@page
@model PrivacyModel
@{
ViewData["Title"] = "Privacy Policy";
}
<h1>@ViewData["Title"]</h1>
<p>Use this page to detail your site's privacy policy.</p>