From 6f0262680347b6b57ccbb4c5c27c7727afd6bd9c Mon Sep 17 00:00:00 2001 From: Zach Florian Date: Sun, 8 Oct 2023 19:16:42 -0400 Subject: [PATCH] Started building HTML for home page --- class_registration_app/index.html | 1 + class_registration_app/src/App.vue | 17 +----- .../src/components/Home.vue | 61 +++++++++++++++++++ 3 files changed, 64 insertions(+), 15 deletions(-) create mode 100644 class_registration_app/src/components/Home.vue diff --git a/class_registration_app/index.html b/class_registration_app/index.html index a888544..13e144d 100644 --- a/class_registration_app/index.html +++ b/class_registration_app/index.html @@ -10,4 +10,5 @@
+ diff --git a/class_registration_app/src/App.vue b/class_registration_app/src/App.vue index 7905b05..ae5056c 100644 --- a/class_registration_app/src/App.vue +++ b/class_registration_app/src/App.vue @@ -1,23 +1,10 @@ \ No newline at end of file