diff options
author | Mark Powers <markppowers0@gmail.com> | 2020-10-20 12:17:57 -0500 |
---|---|---|
committer | Mark Powers <markppowers0@gmail.com> | 2020-10-20 12:17:57 -0500 |
commit | 20deceae4de9779b3bfafa9c8b8811c403bfbc6e (patch) | |
tree | 2cc9a8fbb26cecd468813abf7ced741ef746c92f /src/templates/login.html | |
parent | e0a4d1bb1339e80775aa37efaf8cac314278f8e9 (diff) |
Add me page
Diffstat (limited to 'src/templates/login.html')
-rw-r--r-- | src/templates/login.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/templates/login.html b/src/templates/login.html index dcf8f8e..a8cc98c 100644 --- a/src/templates/login.html +++ b/src/templates/login.html @@ -14,7 +14,7 @@ <form method="post" action="/login"> <input name="username" type="text" placeholder="Enter Username" required> <input type="password" placeholder="Enter Password" name="password" required> - <input type="submit" vallue="Log in"> + <input type="submit" value="Log in"> </div> </div> </body> |