Browse Source

Correct HTML5

pull/40/head
Savetheinternet 13 years ago
parent
commit
5ade310e15
  1. 14
      templates/login.html

14
templates/login.html

@ -1,8 +1,7 @@
<center> {error?<h2>{error}</h2>}
{error?<h2>{error}</h2>} <form action="" method="post">
<form action="" method="post"> {redirect?<input type="hidden" name="redirect" value="{redirect}" />}
{redirect?<input type="hidden" name="redirect" value="{redirect}" />} <table style="margin-top:25px;">
<table style="margin-top:25px;">
<tr> <tr>
<th> <th>
Username Username
@ -24,6 +23,5 @@
<td> <td>
<input type="submit" name="login" value="Continue" /> <input type="submit" name="login" value="Continue" />
</td> </td>
</table> </table>
</form> </form>
</center>
Loading…
Cancel
Save