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,7 @@
<h1>FORMULARIO DE CONTACTO</h1>
<p>Nombre: ${nombre}</p>
<p>E-mail: ${email}</p>
<p>Asunto: ${asunto}</p>
<p>Texto:
<br /><br />
${texto}</p>

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>