From 1356251a2b430d8195de13bc06975273ecd672b9 Mon Sep 17 00:00:00 2001 From: Haris Razis Date: Tue, 17 Nov 2020 21:37:55 +0200 Subject: [PATCH] =?UTF-8?q?=E2=9E=95=20Add=20components?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/public/index.html | 34 +++++++++++++++++-------------- web/public/undraw_server_q2pb.svg | 1 + web/src/App.vue | 20 +++++++++--------- 3 files changed, 30 insertions(+), 25 deletions(-) create mode 100644 web/public/undraw_server_q2pb.svg diff --git a/web/public/index.html b/web/public/index.html index 4123528..2873ba8 100644 --- a/web/public/index.html +++ b/web/public/index.html @@ -1,17 +1,21 @@ - - - - - - <%= htmlWebpackPlugin.options.title %> - - - -
- - - + + + + + + + <%= htmlWebpackPlugin.options.title %> + + + + +
+ + + + \ No newline at end of file diff --git a/web/public/undraw_server_q2pb.svg b/web/public/undraw_server_q2pb.svg new file mode 100644 index 0000000..0a4fe12 --- /dev/null +++ b/web/public/undraw_server_q2pb.svg @@ -0,0 +1 @@ +server \ No newline at end of file diff --git a/web/src/App.vue b/web/src/App.vue index 7903d0b..123db15 100644 --- a/web/src/App.vue +++ b/web/src/App.vue @@ -1,15 +1,15 @@