Small fix on HTML files

This commit is contained in:
Donald Cheng Hong Zou
2021-08-24 20:15:28 -04:00
parent 6ec0a65d0c
commit 82ba15ba5a
5 changed files with 12 additions and 6 deletions

View File

@@ -13,7 +13,7 @@
<main role="main" class="container login-container">
<div class="login-box" style="margin: auto !important;">
<h3 class="text-center">Sign In</h3>
<h1 class="text-center">Sign In</h1>
<form style="margin-left: auto !important; margin-right: auto !important; max-width: 500px;" action="/auth" method="post">
{% if message != ""%}
@@ -22,7 +22,7 @@
</div>
{% endif %}
<div class="form-group">
<label for="username" class="text-left">User Name</label>
<label for="username" class="text-left">Username</label>
<input type="text" class="form-control" id="username" name="username" required>
</div>
<div class="form-group">