1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-31 15:43:28 +00:00
Files
browser/src/app/layouts/frontend-layout.component.html
Kyle Spearrin ba6451856a frontend footer
2018-06-11 12:06:57 -04:00

6 lines
173 B
HTML

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