diff options
author | Drew DeVault <sir@cmpwn.com> | 2019-12-12 13:54:57 -0500 |
---|---|---|
committer | Drew DeVault <sir@cmpwn.com> | 2019-12-12 13:54:57 -0500 |
commit | d0355fa0d85deb2f3a6ebee0e00fec516a3d6f41 (patch) | |
tree | 427bc53cc9dbe8ac71702c592c6d637d7c5390dc /public/login.html | |
parent | b24cc85fb19b80fe4f67f7b9a88cab7d5af282f3 (diff) | |
download | alps-d0355fa0d85deb2f3a6ebee0e00fec516a3d6f41.tar.gz alps-d0355fa0d85deb2f3a6ebee0e00fec516a3d6f41.zip |
Add simple Sourcehut-based theme
Diffstat (limited to 'public/login.html')
-rw-r--r-- | public/login.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/public/login.html b/public/login.html index f193c21..6ae1737 100644 --- a/public/login.html +++ b/public/login.html @@ -3,10 +3,10 @@ <h1>koushin</h1> <form method="post" action="/login"> - <p>Username:</p> - <input type="text" name="username"> - <p>Password:</p> - <input type="password" name="password"> + <label for="username">Username:</label> + <input type="text" name="username" id="username"/> + <label for="password">Password:</label> + <input type="password" name="password" id="password"/> <br><br> <input type="submit" value="Login"> </form> |