Initial commit
This commit is contained in:
commit
3926db5446
86 changed files with 75390 additions and 0 deletions
8
CSR.WebUI/Pages/Privacy.cshtml
Normal file
8
CSR.WebUI/Pages/Privacy.cshtml
Normal file
|
@ -0,0 +1,8 @@
|
|||
@page
|
||||
@model PrivacyModel
|
||||
@{
|
||||
ViewData["Title"] = "Privacy Policy";
|
||||
}
|
||||
<h1>@ViewData["Title"]</h1>
|
||||
|
||||
<p>Use this page to detail your site's privacy policy.</p>
|
Loading…
Add table
Add a link
Reference in a new issue