Fixing some warnings. Trying to figure out how to automate site deployment.

This commit is contained in:
2020-08-21 09:33:32 +01:00
parent 1beb95b0b2
commit 9a9c62eb98
5 changed files with 6 additions and 8 deletions

View File

@ -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">