Various fixes

This commit is contained in:
MathMan05 2024-06-08 22:22:59 -05:00
parent 54f026e262
commit 8c80870d30
5 changed files with 64 additions and 36 deletions

View file

@ -23,8 +23,12 @@
<input type="password" placeholder="Enter Password Again" name="psw2" required><br><br>
<label for="date"><b>Date of birth:</b></label><br>
<input type="date" id="start" name="trip-start" name="date"/><br><br><br><br>
<p class="wrongred" id="wrong"></p>
<input type="date" id="start" name="date"/><br><br>
<b id="TOSbox">I agree to the <a href="" id="TOSa">TOS</a>:</b>
<input type="checkbox" id="TOS" name="TOS"/><br>
<p class="wrongred" id="wrong"></p><br>
<button type="submit">Create account</button>
</form>
<a href="/login.html">Already have an account?</a>