mirror of
https://github.com/bitwarden/browser
synced 2026-02-19 19:04:01 +00:00
6 lines
177 B
HTML
6 lines
177 B
HTML
<div class="container">
|
|
<h1>{{ 'appTitle' | i18n }}</h1>
|
|
<p>{{ 'welcomeMessage' | i18n }}</p>
|
|
<button [title]="'clickMe' | i18n">{{ 'buttonText' | i18n }}</button>
|
|
</div>
|