From 2a3fd575af743e29e9bd308fdf6e9097d47421f9 Mon Sep 17 00:00:00 2001 From: Vishwa Sudheera Date: Sun, 26 Oct 2025 15:17:57 +0530 Subject: [PATCH 1/2] Create feature_develop_login_anjana branch with initial change --- README.md | 2 +- login.html | 57 ------------------------------------------------------ 2 files changed, 1 insertion(+), 58 deletions(-) delete mode 100644 login.html diff --git a/README.md b/README.md index 158fee5..eee4691 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # practice-lab-version-controlling -## This is a practice repository for learning Git workflow +## This is a practice repository for learning Git workfloww ### Created By : Anjana ### Created At : 15th Sept, 2025 diff --git a/login.html b/login.html deleted file mode 100644 index 2b0dd13..0000000 --- a/login.html +++ /dev/null @@ -1,57 +0,0 @@ - - - - - Sample Login - - - -
-

Login

-
- - - - - - - - -
-
- - \ No newline at end of file From ba401ae5c0e3794d30aab09d8a6c658cd58e0a41 Mon Sep 17 00:00:00 2001 From: Vishwa Sudheera Date: Sun, 26 Oct 2025 15:32:05 +0530 Subject: [PATCH 2/2] Login page implementations added --- login.html | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 login.html diff --git a/login.html b/login.html new file mode 100644 index 0000000..d0076fb --- /dev/null +++ b/login.html @@ -0,0 +1,22 @@ + + + + + + Login Page + + +

Welcome

+
+
+ + +
+
+ + +
+ +
+ + \ No newline at end of file