Upload files to "pages"

Signed-off-by: nestict <icttechnest@gmail.com>
This commit is contained in:
2025-05-24 09:57:17 +02:00
parent d106db1049
commit 7b13e94a6c
5 changed files with 210 additions and 0 deletions

27
pages/Voucher.html Normal file
View File

@ -0,0 +1,27 @@
<table border="0" cellspacing="0" cellpadding="2">
<tr>
<td valign="middle">
<center><strong style="font-size:38px">[[company_name]]</strong></center>
<table width="100%" border="1" cellspacing="0" cellpadding="1" bordercolor="#757575">
<tbody>
<tr>
<td rowspan="4" width="1">[[qrcode]]
</td>
</tr>
<tr>
<td valign="middle" align="center" style="font-size:25px">
[[price]]</td>
</tr>
<tr>
<td valign="middle" align="center" style="font-size:20px">
[[voucher_code]]</td>
</tr>
<tr>
<td valign="middle" align="center" style="font-size:15px">
[[plan]]</td>
</tr>
</tbody>
</table>
</td>
</tr>
</table>