This commit is contained in:
parent
ce44648fd0
commit
7058e8f03c
2 changed files with 6 additions and 3 deletions
|
@ -37,13 +37,16 @@ form {
|
|||
margin: 20px auto 20px auto;
|
||||
width: fit-content;
|
||||
}
|
||||
label {
|
||||
text-align: right;
|
||||
display: block;
|
||||
}
|
||||
input {
|
||||
height: 2em;
|
||||
margin-bottom: 0.5em;
|
||||
border: 0;
|
||||
background-color: #000;
|
||||
color: #f0f;
|
||||
float: right;
|
||||
}
|
||||
button {
|
||||
background-color: #a0a;
|
||||
|
|
|
@ -17,8 +17,8 @@
|
|||
Please log in with your BaseBand account to continue.
|
||||
|
||||
<form method="POST">
|
||||
<label>Username <input name=username type=username></label><br>
|
||||
<label>Password <input name=password type=password></label><br>
|
||||
<label>Username <input name=username type=username></label>
|
||||
<label>Password <input name=password type=password></label>
|
||||
<button type="submit">Log in!</button>
|
||||
</form>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue