diff --git a/Views/Home/Authorize.cshtml b/Views/Home/Authorize.cshtml new file mode 100644 index 0000000..f6f6842 --- /dev/null +++ b/Views/Home/Authorize.cshtml @@ -0,0 +1,7 @@ +@page +@{ + ViewBag.Title = "Log in"; + ViewBag.UseFluidContainer = true; +} +
+
\ No newline at end of file diff --git a/Views/Home/Register.cshtml b/Views/Home/Register.cshtml new file mode 100644 index 0000000..d2d4cca --- /dev/null +++ b/Views/Home/Register.cshtml @@ -0,0 +1,4 @@ +@page +@{ + ViewBag.Title = "Register"; +}