A Pen by Anonasaurus Rex on CodePen.
-
-
Save mitch-cohen/8808376 to your computer and use it in GitHub Desktop.
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
<table class="addresses table"> | |
<tr><th>Payment Address</th> | |
<th>Total</th> | |
<th>Coin Type</th><th>USD</th> | |
<th>Bitcoin (BTC)</th> | |
<th>Litecoin (LTC)</th> | |
</tr> | |
<tr> | |
<td>LdtTo9NnvvVF1uZJF5LXwQnA4EmazMnYFn</td> | |
<td>Litecoin</td> | |
<td> | |
<ul class="list-group"> | |
<li class="list-group-item">MtGox</li> | |
<li class="list-group-item">CoinBase</li> | |
<li class="list-group-item">Cryptsy</li> | |
<li class="list-group-item">Vicurex</li> | |
</ul> | |
</td> | |
<td>55:1</td> | |
<td>1:1</td> | |
</tr> | |
<tr> | |
<td>LdtTo9NnvvVF1uZJF5LXwQnA4EmazMnYFn</td> | |
<td></td> | |
<td>Litecoin</td> | |
<td> | |
<ul class="list-group"> | |
<li class="list-group-item">MtGox</li> | |
<li class="list-group-item">CoinBase</li> | |
<li class="list-group-item">Cryptsy</li> | |
<li class="list-group-item">Vicurex</li> | |
</ul> | |
</td> | |
<td>55:1</td> | |
<td>1:1</td> | |
</tr> | |
</table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment