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

This commit is contained in:
Rgebee 2020-08-21 09:33:32 +01:00
commit 7d62309c86
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">