insight-ui-zcash/public/views/index.html

9 lines
279 B
HTML
Raw Normal View History

2014-01-07 13:12:37 -08:00
<section data-ng-controller="IndexController" data-ng-init="last_blocks()">
<div class="jumbotron">
<h1>Hello, BitPay!</h1>
<p>Start here for blocks information</p>
<p><a href="/#!/blocks" class="btn btn-primary btn-lg">List all blocks</a></p>
2014-01-06 12:34:25 -08:00
</div>
</section>