Add line break to login form
This commit is contained in:
parent
622f00fe06
commit
1a658fc22c
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
||||||
<form method="post" action="/login">
|
<form method="post" action="/login">
|
||||||
<label for="username">Username:</label>
|
<label for="username">Username:</label>
|
||||||
<input type="text" name="username" id="username"/>
|
<input type="text" name="username" id="username"/>
|
||||||
|
<br><br>
|
||||||
<label for="password">Password:</label>
|
<label for="password">Password:</label>
|
||||||
<input type="password" name="password" id="password"/>
|
<input type="password" name="password" id="password"/>
|
||||||
<br><br>
|
<br><br>
|
||||||
|
|
Loading…
Reference in a new issue