Skip to content

Commit

Permalink
add latest block link in home
Browse files Browse the repository at this point in the history
  • Loading branch information
makevoid committed Feb 15, 2016
1 parent cd98084 commit 809af79
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions app/views/main.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
<div class="container" style="padding-top: 50px;">

<div class="container" style="padding-top:3%;">
<h1 style="text-align:center;">Welcome to the Etherparty Block Explorer!!! </h1>

<h1 style="text-align:center;">Welcome to the Etherparty Block Explorer!</h1>
<h4 style="text-align:center; margin-top: 30px;">
<a href="/#/block/{{blockNum}}">Latest Block: {{blockNum}}</a>
</h4>

</div>
</div>

0 comments on commit 809af79

Please sign in to comment.