login style

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

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>