├── login.html
├── loginpage.jpeg
├── pass.html
├── password.jpeg
├── signup.html
├── signup.jpeg
├── welcome...jpeg
└── welcome.html
/login.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | user
4 |
18 |
19 |
20 |
21 |
22 |
23 | Login
24 |
35 |
36 |
37 |
38 |
39 |
--------------------------------------------------------------------------------
/loginpage.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sasirekha-1/user_authetication_using-html-css/e726b8b1f12a00d45ac6c87ebff1ab8904912374/loginpage.jpeg
--------------------------------------------------------------------------------
/pass.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | user
4 |
18 |
19 |
20 |
21 |
22 | Reset Password
23 |
32 |
33 |
34 |
35 |
--------------------------------------------------------------------------------
/password.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sasirekha-1/user_authetication_using-html-css/e726b8b1f12a00d45ac6c87ebff1ab8904912374/password.jpeg
--------------------------------------------------------------------------------
/signup.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | user
4 |
18 |
19 |
20 |
21 |
22 |
23 | Sign up
24 |
34 |
35 |
36 |
37 |
--------------------------------------------------------------------------------
/signup.jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sasirekha-1/user_authetication_using-html-css/e726b8b1f12a00d45ac6c87ebff1ab8904912374/signup.jpeg
--------------------------------------------------------------------------------
/welcome...jpeg:
--------------------------------------------------------------------------------
https://raw.githubusercontent.com/Sasirekha-1/user_authetication_using-html-css/e726b8b1f12a00d45ac6c87ebff1ab8904912374/welcome...jpeg
--------------------------------------------------------------------------------
/welcome.html:
--------------------------------------------------------------------------------
1 |
2 |
3 | user
4 |
18 |
19 |
20 |
21 |
22 |
23 | Welcome to my Page
24 |
28 |
29 |
30 |
31 |
--------------------------------------------------------------------------------