Browse Source

Actually add pages

master
Nick Rirush 5 years ago
parent
commit
ffdc3e0ba3
  1. 7
      Views/Home/Authorize.cshtml
  2. 4
      Views/Home/Register.cshtml

7
Views/Home/Authorize.cshtml

@ -0,0 +1,7 @@
@page
@{
ViewBag.Title = "Log in";
ViewBag.UseFluidContainer = true;
}
<div class="d-flex justify-content-center align-items-center">
</div>

4
Views/Home/Register.cshtml

@ -0,0 +1,4 @@
@page
@{
ViewBag.Title = "Register";
}
Loading…
Cancel
Save