Total Visitor: {{ visitCount }}
diff --git a/src/style.css b/src/style.css
index e69de29..fb2876b 100644
--- a/src/style.css
+++ b/src/style.css
@@ -0,0 +1,8 @@
+html, body, #app {
+ height: 100%;
+}
+
+#app {
+ display: flex;
+ flex-direction: column;
+}
\ No newline at end of file
diff --git a/src/views/HomeView.vue b/src/views/HomeView.vue
index b0a54bd..cd8e1a1 100644
--- a/src/views/HomeView.vue
+++ b/src/views/HomeView.vue
@@ -1,5 +1,38 @@
+
+
-
- Home
+
-
\ No newline at end of file
+
+
+
\ No newline at end of file