You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 

41 lines
1.8 KiB

<!DOCTYPE html>
<html>
<head>
<title>GME Wallet</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<div class="main-container" style="max-width:500px; width:100%; background: #fff; padding: 15px 15px; margin: 0 auto; font-family: Lato, sans-serif;
">
<div class="brand-logo" style="margin-bottom: 25px;">
<img src="#LOGO_IMAGE#" alt="Logo" style="margin:15px auto; width:150px;display: block;" />
</div>
<div class="contain-wrap" style="color:#4a4a4a; font-size:14px; text-align:center;line-height: 1.43;">
<p style="margin: 25px 0 10px">Wallet transaction has been confirmed with following details: </p>
<div style="line-height:20px">
<div>Total Payout Amount: <b>#AMOUNT#</b></div>
</div>
<table style="margin: 25px 0px 15px;border-collapse: collapse;text-align:left;width:100%">
<tbody>
<tr>
<td style="padding: 10px 6px;">Transaction Date</td>
<td style="text-align: right;font-weight:600;padding: 10px 6px;">#TXDATE#</td>
</tr>
<tr style="border-top: 1px solid #cdced2;">
<td style="padding: 10px 6px;">Transaction No.</td>
<td style="text-align: right;font-weight:600;padding: 10px 6px;">#TXNUMBER#</td>
</tr>
</tbody>
</table>
<p style="margin: 25px 0 10px">For any query call us at 1588 6864</p>
</div>
</div>
</body>
</html>