From d3e36e0129265d5dc5ba79a897b10764ae23e678 Mon Sep 17 00:00:00 2001 From: malimova Date: Fri, 3 May 2024 20:00:55 +0400 Subject: [PATCH] +enter.cshtml --- .../Views/Home/Enter.cshtml | 24 +++++++++++++++---- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml b/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml index ffc55f1..667088f 100644 --- a/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml +++ b/Confectionery/ConfectioneryClientApp/Views/Home/Enter.cshtml @@ -1,6 +1,20 @@ -namespace ConfectioneryClientApp.Views.Home -{ - public class Enter - { - } +@{ + ViewData["Title"] = "Enter"; } +
+

Вход в приложение

+
+
+
+
Логин:
+
+
+
+
Пароль:
+
+
+
+
+
+
+
\ No newline at end of file