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.
</p>
<form id="reset">
<label for="pass1">Password</label>
<input id="pass1" name="password" type="password"/> <br/>
<label for="pass2">Confirm</label>
<input id="pass2" name="confirm" type="password"/> <br/>
<input type="submit"/>
<table id="table">
<tr>
<td><label for="pass1">New Password</label> </td>
<td><input id="pass1" name="password" type="password"/> <br/> </td>
</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>
<p id="formStatus"></p>
<script>