login style
This commit is contained in:
parent
a965adfdce
commit
27e75c4497
@ -8,9 +8,5 @@
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
margin-top: 90px;
|
||||
border: 1px black solid;
|
||||
}
|
||||
|
||||
#app {
|
||||
background-color: green;
|
||||
border: 15px black solid;
|
||||
}
|
@ -36,6 +36,7 @@ export default class extends AbstractView {
|
||||
async getHtml() {
|
||||
return `
|
||||
<div class=form>
|
||||
<label>Login</label>
|
||||
<link rel="stylesheet" href="static/css/accounts/login.css">
|
||||
<input type="text" id="username" placeholder="username">
|
||||
<span id="error_username"></span>
|
||||
|
Loading…
Reference in New Issue
Block a user