Token information

 

<html>

<head>

 <title>People Token Information</title>

 <style>

  .box {

   border: 2px solid #0077b6;

   padding: 10px;

   background-color: #f1faee;

   color: #023e8a;

   font-family: Arial, sans-serif;

   font-size: 16px;

   font-weight: bold;

   text-align: center;

   margin-bottom: 20px;

  }

  table {

   border-collapse: collapse;

   width: 100%;

  }

  th, td {

   padding: 8px;

   text-align: left;

   border-bottom: 1px solid #ddd;

  }

  th {

   background-color: #023e8a;

   color: #f1faee;

  }

 </style>

</head>

<body>

 <div class="box">

  <h1>People Token Information</h1>

 </div>

 <table>

  <tr>

   <th>Price</th>

   <td>$1.00</td>

  </tr>

  <tr>

   <th>Total Supply</th>

   <td>1,000,000</td>

  </tr>

  <tr>

   <th>Circulating Supply</th>

   <td>500,000</td>

  </tr>

  <tr>

   <th>Ranking</th>

   <td>#100</td>

  </tr>

 </table>

 <h2><a href="https://people-token.com/whitepaper.pdf">White Paper</a></h2>

 <h2><a href="https://twitter.com/people-token">Twitter</a></h2>

 <h2><a href="https://people-token.com/roadmap">Road Map</a></h2>

</body>

</html>


Comments