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

3
Pages/_ViewStart.cshtml Normal file
View File

@ -0,0 +1,3 @@
@{
Layout = "_Layout";
}