diff options
Diffstat (limited to 'src/html/login.html')
-rw-r--r-- | src/html/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/html/login.html b/src/html/login.html index 58ca2ae..2afe7d3 100644 --- a/src/html/login.html +++ b/src/html/login.html @@ -15,7 +15,7 @@ <form action="/login" method="post" enctype="application/x-www-form-urlencoded"> <input type="text" placeholder="Enter Username" name="username" required> <input type="password" placeholder="Enter Password" name="password" required> - <input type="submit"> + <input type="submit" value="Log in"> </form> </div> </div> |