This commit is contained in:
Jeena 2014-05-22 21:19:15 +02:00
parent 1f404a846c
commit 54c87e58d8

View file

@ -75,7 +75,7 @@
<label for="un">Username:</label> <label for="un">Username:</label>
<input class="button" type="text" name="user" id="un" value="" placeholder="username" x-inputmode="verbatim" autocorrect="off" /> <input class="button" type="text" name="user" id="un" value="" placeholder="username" x-inputmode="verbatim" autocorrect="off" />
<label for="pw">Password:</label> <label for="pw">Password:</label>
<input class="button" type="password" name="pass" id="pw" value="" placeholder=" x-inputmode="verbatim" autocorrect="off" password" /> <input class="button" type="password" name="pass" id="pw" value="" placeholder="password" x-inputmode="verbatim" autocorrect="off" />
</p> </p>
<p> <p>
<button class="button" type="submit">Sign in</button> <button class="button" type="submit">Sign in</button>