Wallet/public/views/onboarding/welcome.html

11 lines
522 B
HTML
Raw Normal View History

2016-08-25 16:31:47 -03:00
<ion-view>
<ion-content ng-controller="welcomeController" ng-init="createProfile()">
2016-08-25 16:31:47 -03:00
<div class="text-center">
<h2>bitpay</h2>
2016-08-25 16:31:47 -03:00
<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>
2016-09-01 10:37:02 -03:00
<button class="button button-block button-light" href ui-sref="tabs.import({'fromOnboarding':true})" translate>Restore</button>
2016-08-25 16:31:47 -03:00
</ion-content>
</ion-view>