mirror of
https://github.com/Hopiu/webapi-eca.git
synced 2026-05-04 13:34:47 +00:00
12 lines
285 B
HTML
12 lines
285 B
HTML
<div class="error">{{{message}}}</div>
|
|
<table>
|
|
<tr>
|
|
<td>username: </td>
|
|
<td><input type="text" id="username" autofocus /></td>
|
|
</tr>
|
|
<tr>
|
|
<td>password: </td>
|
|
<td><input type="password" id="password" /></td>
|
|
</tr>
|
|
</table>
|
|
<button id="but_submit">login</button>
|