Skip to content

Instantly share code, notes, and snippets.

Created February 4, 2014 17:26
Show Gist options
  • Save anonymous/8808370 to your computer and use it in GitHub Desktop.
Save anonymous/8808370 to your computer and use it in GitHub Desktop.
A Pen by Anonasaurus Rex.
<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