mirror of
https://github.com/bitwarden/browser
synced 2026-02-06 19:53:59 +00:00
6 lines
251 B
HTML
6 lines
251 B
HTML
<div class="container">
|
|
<h1><span i18n="@@app-title">appTitle</span></h1>
|
|
<p><span i18n="@@welcome-message">welcomeMessage</span></p>
|
|
<button [title]="clickMe" i18n-title="@@click-me"><span i18n="@@button-text">buttonText</span></button>
|
|
</div>
|