Skip to content

Commit

Permalink
Update login.html
Browse files Browse the repository at this point in the history
  • Loading branch information
amitroy-thedev authored Oct 9, 2024
1 parent a3c3bfa commit 4b1e5ef
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Html-files/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -168,12 +168,11 @@ <h1 style="color: hsl(203, 30%,26%);font-family: var(--ff-philosopher);">LOGIN</
<label required for="password" style="color: black;font-family:var(--ff-poppins);">Password</label>
<input required type="password" id="password" name="password" placeholder="Enter Password" style="font-family:var(--ff-poppins);">
</div>
<a href="forgot-pass.html" class="forgot-link">Forgot Password ?</a>
<button type="submit" class="btn-login" style="color: black;font-family:var(--ff-poppins);">Login</button>
<span>or</span>
<button id="google-login" style="color: black;font-family:var(--ff-poppins);">Login with google</button>
<p id="error-message" style="color: red; font-family: var(--ff-poppins);"></p>

<a href="forgot-pass.html" class="forgot-link">Forgot Password ?</a>
<p class="switch-link">Don’t have an account? <a href="signup.html">Sign Up</a></p>
</div>
</div>
Expand Down Expand Up @@ -278,4 +277,4 @@ <h1 style="color: hsl(203, 30%,26%);font-family: var(--ff-philosopher);">LOGIN</

</script>
</body>
</html>
</html>

0 comments on commit 4b1e5ef

Please sign in to comment.