Wallet/public/views/onboarding/welcome.html
Gabriel Bazán aacfe0a326 onboarding
2016-08-25 16:47:28 -03:00

13 lines
423 B
HTML

<ion-view>
<ion-content>
<div class="text-center">
<h2>bitpay</h2>
<span translate>
Take control of your money - get started with bitcoin
</span>
<button class="button button-block button-positive" href ui-sref="onboarding.tour" translate>Get started</button>
<button class="button button-block button-light" translate>Restore</button>
</div>
</ion-content>
</ion-view>