mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2025-09-11 11:15:58 +03:00
First working version
This commit is contained in:
10
web-vault/app/views/backendLayout.html
Normal file
10
web-vault/app/views/backendLayout.html
Normal file
@@ -0,0 +1,10 @@
|
||||
<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 © <span ng-bind="currentYear"></span></strong>, 8bit Solutions LLC
|
||||
</footer>
|
||||
</div>
|
Reference in New Issue
Block a user