doctype html html head meta(charset="utf-8") link(rel="stylesheet" type="text/css" href=getStatic("/sass/login.sass")) title Carbon meta(name="viewport" content= "width=device-width, initial-scale=1.0") body main.main div.center-login-container h1 Welcome to the Matrix! form.login-form div.data-input div.form-input-container label(for="login") Username input(type="text" name="login" autocomplete="username" required)#login div.form-input-container label(for="password") Password input(name="password" autocomplete="current-password" type="password" required)#password div.form-input-container label(for="homeserver") Homeserver input(type="text" name="homeserver" value="matrix.org" required)#homeserver div.form-input-container input(type="submit" value="Login")