Oliver Booth
a312281c22
The admin dashboard will be separated into its own subdomain. For this reason, a separate project will be created
8 lines
163 B
Plaintext
8 lines
163 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> |