From f3cd97122ecb4e8ad23aa747c3af517d0955c422 Mon Sep 17 00:00:00 2001 From: saras-69 <115482884+saras-69@users.noreply.github.com> Date: Wed, 6 Nov 2024 02:13:11 +0530 Subject: [PATCH] remember password --- client/login.html | 70 ++++++++++++++++++++++++----------------------- 1 file changed, 36 insertions(+), 34 deletions(-) diff --git a/client/login.html b/client/login.html index 7635a49..e6daee3 100644 --- a/client/login.html +++ b/client/login.html @@ -1,5 +1,6 @@ + @@ -9,27 +10,29 @@ +
- +
@@ -46,7 +49,7 @@

Don't Have an Account?


+ class="md:w-32 bg-orange-700 hover:bg-orange-600 text-white font-bold py-3 px-6 rounded-lg mt-3 transition ease-in-out duration-300"> Register

@@ -57,42 +60,40 @@

Log in


- + required />

- -

+
+ + +
- Forgot Password? - - + - Back to Home + Back to + Home @@ -104,4 +105,5 @@

// Your JavaScript code here - + + \ No newline at end of file