1
0
mirror of https://github.com/bitwarden/web synced 2025-12-24 04:03:20 +00:00
Files
web/app/views/backendLayout.html
2017-05-03 10:30:11 -04:00

11 lines
314 B
HTML

<div class="wrapper toast-target">
<div ui-view></div>
<footer class="main-footer">
<div class="pull-right hidden-xs">
<b>Version</b> {{main.version}}
</div>
<strong>Copyright &copy; <span ng-bind="currentYear"></span></strong>, 8bit Solutions LLC
</footer>
</div>