12 lines
502 B
HTML
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>
|