Test

Test


<!DOCTYPE html>
<html>
<head>
<style>
table {
  border-collapse: collapse;
  width: 100%;
}

th, td {
  text-align: left;
  padding: 8px;
}

tr:nth-child(even){background-color: #f2f2f2}

th {
  background-color: #4CAF50;
  color: white;
}
</style>
</head>
<body>

<h2>Token List Wavesplatform</h2>

<table>
  <tr>
    <th>Asset Name</th>
    <th>ID Token</th>
    <th>Price BTC</th>
  </tr>
  <tr>
    <td><img src="dwicoin.png" alt="Avatar" class="avatar">  DWI Coin</td>
    <td><a href="http://dev.pywaves.org/assets/9peb7FrcujgmnJVNU4QyyFoHGTbzpxfNcYtC6g2FLBzu">9peb7FrcujgmnJVNU4QyyFoHGTbzpxfNcYtC6g2FLBzu</a></td>
    <td>0.00003645 BTC</td>
  </tr>
  <tr>
    <td>Lois</td>
    <td>Griffin</td>
    <td>$150</td>
  </tr>
  <tr>
    <td>Joe</td>
    <td>Swanson</td>
    <td>$300</td>
  </tr>
  <tr>
    <td>Cleveland</td>
    <td>Brown</td>
    <td>$250</td>
</tr>
</table>

</body>
</html>

Report Page