Created
July 20, 2017 23:19
-
-
Save rdegges/f362bac3c2a982af33b489b10f72f489 to your computer and use it in GitHub Desktop.
Crypto Compare blank table.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<div id="app"> | |
<table class="table table-hover"> | |
<thead> | |
<tr> | |
<td>Rank</td> | |
<td>Name</td> | |
<td>Symbol</td> | |
<td>Price (USD)</td> | |
<td>1H</td> | |
<td>1D</td> | |
<td>1W</td> | |
<td>Market Cap (USD)</td> | |
</thead> | |
<tbody> | |
</tbody> | |
</table> | |
</div> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment