-
{{ action.text }}
+
+
+
+
-
+
+
+
+
+
+
+
+
+ Пора решать загадку
+
+
+
+
+
+
+
+
+ {{ action.text }}
+
+
+
+
+
+
+
+
+
+
-
-
+
+
diff --git a/src/components/LoginWindow.vue b/src/components/LoginWindow.vue
new file mode 100644
index 0000000..5b9d516
--- /dev/null
+++ b/src/components/LoginWindow.vue
@@ -0,0 +1,59 @@
+
+
+
+
+
+
+
+
+
diff --git a/src/router/index.ts b/src/router/index.ts
index 3e49915..43078b6 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -1,5 +1,6 @@
import { createRouter, createWebHistory } from 'vue-router'
import HomeView from '../views/HomeView.vue'
+import LoginView from '../views/LoginView.vue'
const router = createRouter({
history: createWebHistory(import.meta.env.BASE_URL),
@@ -9,6 +10,11 @@ const router = createRouter({
name: 'home',
component: HomeView,
},
+ {
+ path: '/login',
+ name: 'login',
+ component: LoginView,
+ },
{
path: '/about',
name: 'about',
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index 61c1f3f..6b88bad 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -1,12 +1,8 @@
-
-
-
-
+
+
diff --git a/src/views/LoginView.vue b/src/views/LoginView.vue
new file mode 100644
index 0000000..53eb4d4
--- /dev/null
+++ b/src/views/LoginView.vue
@@ -0,0 +1,7 @@
+
+
+
+
+