This commit is contained in:
parent
75cea742d7
commit
7b56660cac
@ -9,7 +9,7 @@
|
|||||||
<body type="login">
|
<body type="login">
|
||||||
<form class="login-form" method="post" action="/login">
|
<form class="login-form" method="post" action="/login">
|
||||||
<p><a href="/"><img src="/s/img/f0ck_small.png" /></a></p>
|
<p><a href="/"><img src="/s/img/f0ck_small.png" /></a></p>
|
||||||
<input type="text" name="username" placeholder="username" autocomplete="off" required />
|
<input type="text" name="username" placeholder="username" autocomplete="off" autofocus required />
|
||||||
<input type="password" name="password" placeholder="password" autocomplete="off" required />
|
<input type="password" name="password" placeholder="password" autocomplete="off" required />
|
||||||
<p><input type="checkbox" id="kmsi" name="kmsi" /> <label for="kmsi">stay signed in</label></p>
|
<p><input type="checkbox" id="kmsi" name="kmsi" /> <label for="kmsi">stay signed in</label></p>
|
||||||
<button type="submit">Login</button>
|
<button type="submit">Login</button>
|
||||||
|
Loading…
Reference in New Issue
Block a user