mirror of
https://github.com/markjprice/cs11dotnet7.git
synced 2026-01-02 22:39:56 +01:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
@{
|
|
ViewData["Title"] = "Privacy Policy";
|
|
}
|
|
<h1>@ViewData["Title"]</h1>
|
|
|
|
<p>Use this page to detail your site's privacy policy.</p>
|