resolve
This commit is contained in:
@ -27,7 +27,7 @@
|
||||
<div class="signup-body">
|
||||
<div class="form-name"><br>Register</div>
|
||||
<div class="form-name-subtitle">Join other verified students.</div>
|
||||
<form action="signUp" class="stuff" method="post">
|
||||
<form action="./index.html" class="stuff" method="post">
|
||||
<input type="text" placeholder="First Name" id="firstname" name="firstname" required><br><br>
|
||||
<input type="text" placeholder="Last Name" id="lastname" name="lastname" required><br><br>
|
||||
<input type="text" placeholder="Student Email" id="email" name="email" required><br><br>
|
||||
@ -43,7 +43,7 @@
|
||||
<label for="myCheckbox" class="terms-checkbox-label">I have read and agree to the terms and conditions</label> </label>
|
||||
</div>
|
||||
<div class="sign-in-button-container">
|
||||
<button class="sign-up-button">Sign Up</button>
|
||||
<button class="sign-up-button" onclick="set_user_signed_in()">Sign Up</button>
|
||||
</div>
|
||||
|
||||
</form>
|
||||
|
Reference in New Issue
Block a user