diff --git a/index.html b/index.html
index edd4762..1253216 100644
--- a/index.html
+++ b/index.html
@@ -4,7 +4,7 @@
-
Boilerplate Website
+ ARCHIPELAGO — Investment Prospectus
diff --git a/src/router/index.ts b/src/router/index.ts
index 4f315f4..1537b8b 100644
--- a/src/router/index.ts
+++ b/src/router/index.ts
@@ -3,8 +3,8 @@ import { createRouter, createWebHistory, type RouteRecordRaw } from 'vue-router'
const routes: RouteRecordRaw[] = [
{
path: '/',
- name: 'home',
- component: () => import('@/views/HomeView.vue'),
+ name: 'deck',
+ component: () => import('@/views/DeckView.vue'),
},
]
diff --git a/src/views/DeckView.vue b/src/views/DeckView.vue
new file mode 100644
index 0000000..6133717
--- /dev/null
+++ b/src/views/DeckView.vue
@@ -0,0 +1,7 @@
+
+
+
+
+