diff options
author | Mark Powers <markppowers0@gmail.com> | 2019-03-18 21:45:03 -0400 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2019-03-18 21:45:03 -0400 |
commit | 3d682ea13ab9d83f453fa85ea88fc28163c6b259 (patch) | |
tree | 6242c313a38e08b52680f29c3807c4f9615fc5bf /src/html/login.html | |
parent | eab2c0e7e62c8aef94686b543578049f664fcd3a (diff) |
Fix form styles
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> |