From 0c4d13caed53b2702eef41461d0c8a4b25df48f6 Mon Sep 17 00:00:00 2001 From: Sergey Chebotar Date: Mon, 6 Mar 2023 07:41:35 +0300 Subject: Base authorization/authentification --- Views/Account/Login.cshtml | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) create mode 100644 Views/Account/Login.cshtml (limited to 'Views/Account/Login.cshtml') diff --git a/Views/Account/Login.cshtml b/Views/Account/Login.cshtml new file mode 100644 index 0000000..893155c --- /dev/null +++ b/Views/Account/Login.cshtml @@ -0,0 +1,31 @@ +@model MyDarling.Models.LoginModel + + + + + + Login Page + + + + +
+
+
+ +
+ +
+ +
+
+ +
+ +
+ +
+
+ + + \ No newline at end of file -- cgit v1.2.3