|
|
@ -30,8 +30,8 @@ |
|
|
|
<body class="page login"> |
|
|
|
<form action="" method="post"> |
|
|
|
<h1>CouchPotato</h1> |
|
|
|
<div class="ctrlHolder"><input class="inlay" name="username" type="text" placeholder="Username" autocomplete="off" /></div> |
|
|
|
<div class="ctrlHolder"><input class="inlay" name="password" type="password" placeholder="Password" autocomplete="off" /></div> |
|
|
|
<div class="ctrlHolder"><input class="inlay" name="username" type="text" placeholder="Username" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /></div> |
|
|
|
<div class="ctrlHolder"><input class="inlay" name="password" type="password" placeholder="Password" autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" /></div> |
|
|
|
<div class="ctrlHolder"> |
|
|
|
<label class="remember_me" title="for 30 days"><input class="inlay" id="remember_me" name="remember_me" type="checkbox" value="1" checked="checked" /> Remember me</label> |
|
|
|
<input class="button" name="submit" type="submit" value="Login" /> |
|
|
|