From 2e97d41697d6d23fbc452a3445a863977ff6101f Mon Sep 17 00:00:00 2001 From: xfarrow Date: Wed, 18 Oct 2023 15:36:43 +0200 Subject: [PATCH] update --- frontend/html/html/login.html | 82 +++++++++++++++++++++----------- frontend/html/html/register.html | 4 +- 2 files changed, 56 insertions(+), 30 deletions(-) diff --git a/frontend/html/html/login.html b/frontend/html/html/login.html index 0fac469..5a50262 100644 --- a/frontend/html/html/login.html +++ b/frontend/html/html/login.html @@ -1,35 +1,61 @@ - - - HTML5 Login Form with validation Example - - + + + HTML5 Login Form with validation Example + + + + +
+

Login

+
- - - -
-

Login

- +

+ +

-

- -

+

+ +

-

- -

+

+ +

+ +
+

Not a member? Create Account

+

+
-

- -

- -
-

Not a member? Create Account

-

-
- - - + + + diff --git a/frontend/html/html/register.html b/frontend/html/html/register.html index 7d716f9..f15a172 100644 --- a/frontend/html/html/register.html +++ b/frontend/html/html/register.html @@ -59,11 +59,11 @@ alert("Congratulations! You've successfully registered to Blink." + " Please click on the e-mail we sent you to confirm your account"); - window.location.href = '/login.html'; + window.location.href = '/login.html'; } }) .catch(err => { - alert("An error has occured :-( please try again later") + alert("An error has occurred :-( please try again later") console.error(err); }); }