mirror of
https://github.com/bitwarden/browser
synced 2026-02-08 20:50:28 +00:00
8 lines
475 B
HTML
8 lines
475 B
HTML
<div class="login-form">
|
|
<h1><span i18n="@@log-in">Log in</span></h1>
|
|
<p><span i18n="@@login-or-create-new-account">Log in or create a new account to access your secure vault.</span></p>
|
|
<input [placeholder]="Email address" i18n-placeholder="@@email-address" type="email" />
|
|
<input [placeholder]="Master password" i18n-placeholder="@@master-pass" type="password" />
|
|
<button [title]="Log in" i18n-title="@@log-in"><span i18n="@@log-in">Log in</span></button>
|
|
</div>
|