Initial boilerplate code

This commit is contained in:
2021-07-30 15:05:45 -04:00
parent 8e4b99163a
commit 93a3b140d3
52 changed files with 39639 additions and 0 deletions

8
Pages/Privacy.cshtml Normal file
View 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>