diff --git a/BlacksmithWorkshop/BlacksmithWorkshopClientApp/Views/Home/Create.cshtml b/BlacksmithWorkshop/BlacksmithWorkshopClientApp/Views/Home/Create.cshtml
new file mode 100644
index 0000000..5841849
--- /dev/null
+++ b/BlacksmithWorkshop/BlacksmithWorkshopClientApp/Views/Home/Create.cshtml
@@ -0,0 +1,58 @@
+@{
+ ViewData["Title"] = "Create";
+}
+
+
+
Создание заказа
+
+
+
+
+
diff --git a/BlacksmithWorkshop/BlacksmithWorkshopClientApp/Views/Home/Enter.cshtml b/BlacksmithWorkshop/BlacksmithWorkshopClientApp/Views/Home/Enter.cshtml
new file mode 100644
index 0000000..affc9d4
--- /dev/null
+++ b/BlacksmithWorkshop/BlacksmithWorkshopClientApp/Views/Home/Enter.cshtml
@@ -0,0 +1,27 @@
+@{
+ ViewData["Title"] = "Enter";
+}
+
+
+
Вход в приложение
+
+