Improve formatting a little to make it closer to usable

This commit is contained in:
evanc 2023-11-06 13:11:17 +00:00
parent 63388a8d1c
commit 7ab4419132

View file

@ -14,12 +14,24 @@
</header> </header>
<main class="page-body"> <main class="page-body">
<h1>SSH key recovery</h1> <h1>SSH key recovery</h1>
<p>
Recover a legacy skynet account using your username and set a new email address to link to the account. Use this only if you do not remember the account password and the linked account email is lost or incorrect.<br> Enter skynet username & email you have used with UL Wolves. </br>
</p>
<form id="form"> <form id="form">
<label for="user">Username</label> <table id="table">
<input id="user" name="user" type="text"/> <br/> <tr>
<label for="mail">Email</label> <td><label for="user">Username</label></td>
<input id="mail" name="mail" type="email"/> <br/> <td><input id="user" name="user" type="text"/> <br/></td>
<input type="submit"/> </tr>
<tr>
<td><label for="mail">Email</label></td>
<td><input id="mail" name="mail" type="email"/> <br/></td>
</tr>
<tr>
<td colspan="2"><input type="submit" value="submit"/></td>
</tr>
</table>
</form> </form>
<p id="formStatus"></p> <p id="formStatus"></p>
<script> <script>