mirror of
https://github.com/bitwarden/browser
synced 2025-12-15 15:53:27 +00:00
11 lines
327 B
HTML
11 lines
327 B
HTML
<ion-view view-title="My Vault">
|
|
<ion-nav-buttons side="secondary">
|
|
<button class="button button-icon icon ion-ios-plus-empty" ng-click="addSite()"></button>
|
|
</ion-nav-buttons>
|
|
<ion-content class="padding">
|
|
<p>
|
|
Some content for your vault.
|
|
</p>
|
|
</ion-content>
|
|
</ion-view>
|