Add line break to login form

This commit is contained in:
Simon Ser 2019-12-16 13:51:49 +01:00
parent 622f00fe06
commit 1a658fc22c
No known key found for this signature in database
GPG key ID: 0FDE7BE0E88F5E48

View file

@ -5,6 +5,7 @@
<form method="post" action="/login">
<label for="username">Username:</label>
<input type="text" name="username" id="username"/>
<br><br>
<label for="password">Password:</label>
<input type="password" name="password" id="password"/>
<br><br>