wstkeys/templates/welcome.html

54 lines
1.8 KiB
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!DOCTYPE html>
<html>
<body style="font-family: Arial, sans-serif; background:#0f0f0f; padding:20px; color:#fff;">
<table width="600" align="center" style="background:#111; padding:20px; border:1px solid #00cfff;">
<tr>
<td align="center">
<!-- LOGO -->
<div style="text-align:center; margin-bottom:10px;">
<img src="https://wstkeys.top/images/10.png" alt="logo"
style="max-width:200px; height:auto;">
</div>
<!--<h1 style="color:#00cfff; margin-bottom:5px;">{{company_name}}</h1>-->
<p style="margin:0; color:#aaa; font-size:16px;">Спасибо за покупку в WST Keys (West Store Trusted Keys)</p>
<hr style="border:1px solid #00cfff; margin:20px 0;">
<!-- ORDER INFO -->
<p style="font-size:16px;"><b> Дата покупки: </b> {{date}}</p>
<p style="font-size:16px;"><b> Номер заказа: </b> {{order_id}}</p>
<h3 style="margin-top:20px; font-size:22px;">{{product_name}}</h3>
<img src="{{product_image}}" width="100%" style="max-width:400px; margin:10px 0; border:1px solid #00cfff;">
<p style="font-size:16px;"><b>Сумма:</b> {{total_price}} {{currency}}</p>
<hr style="border:1px solid #00cfff; margin:20px 0;">
<!-- KEYS -->
<h3 style="color:#00ff9d;"> Цифровой ключ</h3>
<div style="background:#000; padding:10px; border:1px dashed #00ff9d; margin:10px 0;">
<code style="color:#00ff9d; font-size:16px;">{{key}}</code>
</div>
<hr style="border:1px solid #00cfff; margin:20px 0;">
<!-- INFO -->
<p style="color:#ccc;">
</p>
<p style="margin-top:20px;">
Если у вас возникнут вопросы, напишите в личные сообщения или свяжитесь с нами по электронной почте <br> <a href="mailto:{{support_email}}" style="color:#00cfff;">{{support_email}}</a>
</p>
</td>
</tr>
</table>
</body>
</html>