First commit

This commit is contained in:
Antonio de la Rosa 2021-12-14 23:27:04 +01:00
commit 664842d309
57 changed files with 49647 additions and 0 deletions

View file

@ -0,0 +1,18 @@
<html>
<body>
<table style="border:solid #cdcdcd;border-width:1px" align="center" width="90%">
<tbody>
<tr>
<td style="background-color:#008ce5;padding:15px" width="500px">
<img src="${logo_url}" style="border: solid #000 1px;" />
</td>
</tr>
<tr>
<td style="background-color:#fbfbfb;padding:15px">
${text|n}
</td>
</tr>
</tbody>
</table>
</body>
</html>