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