Fixing some warnings. Trying to figure out how to automate site deployment.
This commit is contained in:
parent
046c2b4de6
commit
7d62309c86
5 changed files with 6 additions and 8 deletions
|
|
@ -8,7 +8,7 @@
|
|||
<form class="form-signin" action="login.php" method="post">
|
||||
<div class="form-label-group">
|
||||
<label for="username">Username</label>
|
||||
<input type="text" id="username" class="form-control" name="username" placeholder="Username" required autofocus>
|
||||
<input type="text" id="username" class="form-control" name="username" placeholder="Username" required>
|
||||
</div>
|
||||
|
||||
<div class="form-label-group">
|
||||
|
|
|
|||
Loading…
Reference in a new issue