login style

This commit is contained in:
starnakin 2023-11-27 15:32:33 +01:00
parent a965adfdce
commit 27e75c4497
2 changed files with 2 additions and 5 deletions

View File

@ -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;
}

View File

@ -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>