From d0182e7d5b4d3370713dd3a38790ba4ce625a1a4 Mon Sep 17 00:00:00 2001 From: danielvici123 Date: Tue, 17 Dec 2024 22:24:23 +0100 Subject: [PATCH] small changes, login first version small changes: - Title changed -> ESP - Express, Share, Post - Icon changed -> Logo login: connection to api :) --- index.html | 4 +- .../login_components/login_comp.vue | 37 +++++++++++++++++-- 2 files changed, 36 insertions(+), 5 deletions(-) diff --git a/index.html b/index.html index 2f31e81..42be102 100644 --- a/index.html +++ b/index.html @@ -2,9 +2,9 @@ - + - Vite + Vue + TS + ESP - Express, Share, Post diff --git a/src/components/login_components/login_comp.vue b/src/components/login_components/login_comp.vue index aae54f3..4337524 100644 --- a/src/components/login_components/login_comp.vue +++ b/src/components/login_components/login_comp.vue @@ -1,9 +1,40 @@