Add Settings page

This commit is contained in:
2021-08-02 13:36:13 -04:00
parent 229bf1fb1c
commit af232d14bf
3 changed files with 32 additions and 0 deletions

5
Pages/Settings.cshtml Normal file
View File

@ -0,0 +1,5 @@
@page
@model SettingsModel
@{
ViewData["Title"] = "Settings";
}