1
0
mirror of https://github.com/bitwarden/web synced 2025-12-29 14:43:16 +00:00
Files
web/src/app/layouts/frontend-layout.component.html
2018-07-25 14:26:22 -04:00

6 lines
173 B
HTML

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