format a little

This commit is contained in:
evanc 2023-09-27 12:14:32 +00:00
parent f1ee82e43f
commit fb5990602a

View file

@ -18,11 +18,19 @@
Enter a new password for your Skynet account below. Enter a new password for your Skynet account below.
</p> </p>
<form id="reset"> <form id="reset">
<label for="pass1">Password</label> <table id="table">
<input id="pass1" name="password" type="password"/> <br/> <tr>
<label for="pass2">Confirm</label> <td><label for="pass1">New Password</label> </td>
<input id="pass2" name="confirm" type="password"/> <br/> <td><input id="pass1" name="password" type="password"/> <br/> </td>
<input type="submit"/> </tr>
<tr>
<td><label for="pass2">Confirm New Password</label> </td>
<td><input id="pass2" name="confirm" type="password"/> <br/> </td>
</tr>
<tr>
<td colspan="2"><input type="submit"/> </td>
</tr>
</table>
</form> </form>
<p id="formStatus"></p> <p id="formStatus"></p>
<script> <script>