mirror of
https://github.com/bitwarden/browser
synced 2026-02-11 22:13:32 +00:00
8 lines
259 B
HTML
8 lines
259 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>
|