diff --git a/client/src/App.vue b/client/src/App.vue
index a006d6b..a553d26 100644
--- a/client/src/App.vue
+++ b/client/src/App.vue
@@ -1,16 +1,25 @@
-
-
+
+
+
+
+
+
+
+
+
diff --git a/client/src/components/Home.vue b/client/src/components/Home.vue
new file mode 100644
index 0000000..0e8973e
--- /dev/null
+++ b/client/src/components/Home.vue
@@ -0,0 +1,48 @@
+
+
+
+ A Vue.js application serving you {{ stats.totals.quote }} quotes from your favorite show - The Office.
+
+ Click on a Season and Episode on the left-hand sidebar to view quotes.
+ Search for quotes with the instant searchbox.
+
+
+
+
+
+
+
diff --git a/client/src/components/SeasonList.vue b/client/src/components/SeasonList.vue
index 4fe9f3a..26e73e3 100644
--- a/client/src/components/SeasonList.vue
+++ b/client/src/components/SeasonList.vue
@@ -13,9 +13,9 @@
-
+
Ep. {{ episode.episode_id }} - "{{ episode.title }}"
-
+
@@ -25,8 +25,6 @@