Wallet/public/views/onboarding/welcome.html
2016-08-30 15:42:52 -03:00

12 lines
502 B
HTML

<ion-view>
<ion-content ng-controller="welcomeController" ng-init="createProfile()">
<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" ng-click="goImport()" translate>Restore</button>
</div>
</ion-content>
</ion-view>