diff --git a/Easy/Regen_Task1/Output/Screenshot 2025-04-25 223519.png b/Easy/Regen_Task1/Output/Screenshot 2025-04-25 223519.png
new file mode 100644
index 0000000..dfa8710
Binary files /dev/null and b/Easy/Regen_Task1/Output/Screenshot 2025-04-25 223519.png differ
diff --git a/Easy/Regen_Task1/Output/Screenshot 2025-04-25 223544.png b/Easy/Regen_Task1/Output/Screenshot 2025-04-25 223544.png
new file mode 100644
index 0000000..477ee9f
Binary files /dev/null and b/Easy/Regen_Task1/Output/Screenshot 2025-04-25 223544.png differ
diff --git a/Easy/Regen_Task1/login.html b/Easy/Regen_Task1/login.html
new file mode 100644
index 0000000..784672d
--- /dev/null
+++ b/Easy/Regen_Task1/login.html
@@ -0,0 +1,22 @@
+
+
+
+
+
+
+
+
+
+
Login Here!
+
+
+
+
Don't have an account? Sign up here
+
+
+
+
\ No newline at end of file
diff --git a/Easy/Regen_Task1/signup.html b/Easy/Regen_Task1/signup.html
new file mode 100644
index 0000000..eb82442
--- /dev/null
+++ b/Easy/Regen_Task1/signup.html
@@ -0,0 +1,23 @@
+
+
+
+
+
+
+
+
+
+
Sign Up Here!
+
+
+
+
Already have an account? Log in here
+
+
+
+
\ No newline at end of file
diff --git a/Easy/Regen_Task1/styles.css b/Easy/Regen_Task1/styles.css
new file mode 100644
index 0000000..10e1e6e
--- /dev/null
+++ b/Easy/Regen_Task1/styles.css
@@ -0,0 +1,54 @@
+* {
+ background-color: #F6D8AE;
+ font-family:'Franklin Gothic Medium', 'Arial Narrow', Arial, sans-serif;
+}
+
+#box {
+ align-content: center;
+ width:300px;
+ margin: 100px auto;
+ padding:20px;
+ background-color: #2E4057;
+ border-radius:5px;
+ border-width: 100px;
+ border-color: azure;
+ text-align: center;
+ box-shadow: 0 0 10px rgba(0,0,0,0.5);
+}
+
+input{
+ width: 80%;
+ padding: 10px;
+ margin: 10px 0;
+ background-color: aliceblue;
+ color:black;
+}
+
+button {
+ padding: 10px 20px;
+ background-color: #95B8D1;
+ cursor:pointer;
+ border-radius: 5px;;
+}
+
+button:hover {
+ background-color:#55809e;
+ }
+
+form {
+ background-color: #2E4057;
+}
+
+h2 {
+ background-color: #2E4057;
+ color: aliceblue;
+}
+
+.signup h4 {
+ text-align: center;
+ font-weight: normal;
+ margin-top: 20px;
+}
+.signup a:hover {
+ text-decoration: underline;
+}
\ No newline at end of file