Skip to content

Commit

Permalink
linked the terms and conditions page from signup
Browse files Browse the repository at this point in the history
  • Loading branch information
ChauhanGauri committed Jan 12, 2025
1 parent 53297d2 commit fac9981
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion signup.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ <h1>Sign Up</h1>
<input type="password" placeholder="Confirm Password" id="signup-confirm-password" required>
<div class="terms">
<input type="checkbox" id="signup-checkbox" required>
<label for="signup-checkbox">I agree to these <a href="#">Terms & conditions</a></label>
<label for="signup-checkbox">I agree to these <a href="terms.html">Terms & conditions</a></label>
</div>
<button type="submit">Sign Up</button>
</form>
Expand Down

0 comments on commit fac9981

Please sign in to comment.