1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-20 10:13:31 +00:00
Files
browser/src/app/layouts/frontend-layout.component.html
2019-01-29 12:52:11 -05:00

6 lines
177 B
HTML

<router-outlet></router-outlet>
<div class="container my-5 text-muted text-center">
&copy; {{year}}, 8bit Solutions LLC
<br> {{'versionNumber' | i18n : version}}
</div>