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

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