doctype html html(lang="de") head meta(charset="utf-8") meta(name="viewport", content="width=device-width, initial-scale=1") title Registrieren link(rel="stylesheet", href="/styles.css") body h1 Registrierung form(method="POST" action="/register") label(for="email") E-Mail: input#email(type="email" name="email" required) span#emailStatus label(for="password") Passwort: input#password(type="password" name="password" required) button(type="submit") Registrieren if error p.error= error script(type="module" src="/register.js")