format a little
This commit is contained in:
parent
f1ee82e43f
commit
fb5990602a
1 changed files with 13 additions and 5 deletions
|
@ -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>
|
||||
|
|
Loading…
Reference in a new issue