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>
<main class="page-body">
<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">
<label for="user">Username</label>
<input id="user" name="user" type="text"/> <br/>
<label for="mail">Email</label>
<input id="mail" name="mail" type="email"/> <br/>
<input type="submit"/>
<table id="table">
<tr>
<td><label for="user">Username</label></td>
<td><input id="user" name="user" type="text"/> <br/></td>
</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>
<p id="formStatus"></p>
<script>