13 lines
423 B
HTML
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>
|