Skip to content

Commit

Permalink
SUCCESSFULLY ENHANCED THE FOOTER FEEDBACK FORM AND FOOTER
Browse files Browse the repository at this point in the history
  • Loading branch information
dnyanesh99borse committed Oct 17, 2024
1 parent dee803b commit 8427199
Show file tree
Hide file tree
Showing 4 changed files with 344 additions and 278 deletions.
8 changes: 0 additions & 8 deletions SignUp/signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,17 +16,9 @@ <h2>Welcome to Registration!</h2>
<i class="fas fa-user"></i>
<input type="text" id="username" placeholder="Create a Username" required>
</div>
<<<<<<< HEAD
<div class="input-group">
<label for="email">Email</label>
<input type="email" id="email" name="email" required>
<div id="email-error" class="error-message"></div> <!-- Error message container -->
<input type="email" id="email" name="email" placeholder="Enter your mail-id" required>
=======
<div class="input-field">
<i class="fas fa-envelope"></i>
<input type="email" id="email" placeholder="Enter your Email" required>
>>>>>>> e37cd67 (SUCCESSFULLY ENHANCEDD THE USER REGISTRATION AND SIGNUP FORM)
</div>
<div class="input-field">
<i class="fas fa-lock"></i>
Expand Down
Loading

0 comments on commit 8427199

Please sign in to comment.