mirror of
https://github.com/bitwarden/browser
synced 2026-02-24 08:33:29 +00:00
12 lines
495 B
HTML
12 lines
495 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>
|