mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 11:43:51 +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>
|