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...