diff --git a/CarService/CarServiceWebApp/Views/Home/Enter.cshtml b/CarService/CarServiceWebApp/Views/Home/Enter.cshtml new file mode 100644 index 0000000..106d3d5 --- /dev/null +++ b/CarService/CarServiceWebApp/Views/Home/Enter.cshtml @@ -0,0 +1,21 @@ +@{ + ViewData["Title"] = "Enter"; +} + +
+

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

+
+
+
+
Логин:
+
+
+
+
Пароль:
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/CarService/CarServiceWebApp/Views/Home/Index.cshtml b/CarService/CarServiceWebApp/Views/Home/Index.cshtml index d2d19bd..0c31475 100644 --- a/CarService/CarServiceWebApp/Views/Home/Index.cshtml +++ b/CarService/CarServiceWebApp/Views/Home/Index.cshtml @@ -1,8 +1,12 @@ @{ - ViewData["Title"] = "Home Page"; + ViewData["Title"] = "Главная"; }
-

Welcome

-

Learn about building Web apps with ASP.NET Core.

+

Главная страница

+ + +
+ +
\ No newline at end of file diff --git a/CarService/CarServiceWebApp/Views/Home/Register.cshtml b/CarService/CarServiceWebApp/Views/Home/Register.cshtml new file mode 100644 index 0000000..398b516 --- /dev/null +++ b/CarService/CarServiceWebApp/Views/Home/Register.cshtml @@ -0,0 +1,25 @@ +@{ + ViewData["Title"] = "Register"; +} + +
+

Регистрация

+
+
+
+
Логин:
+
+
+
+
Пароль:
+
+
+
+
ФИО:
+
+
+
+
+
+
+
\ No newline at end of file diff --git a/CarService/CarServiceWebApp/Views/Shared/_Layout.cshtml b/CarService/CarServiceWebApp/Views/Shared/_Layout.cshtml index 05619f1..a3242a5 100644 --- a/CarService/CarServiceWebApp/Views/Shared/_Layout.cshtml +++ b/CarService/CarServiceWebApp/Views/Shared/_Layout.cshtml @@ -12,7 +12,7 @@