Files
FHC-Core/application/views/templates/mailHTML.php
T
2016-12-14 15:13:20 +01:00

12 lines
237 B
PHP

<html>
<head>
<title>This is not the email template, this is a tribute</title>
</head>
<body>
<div class="container">
<div class="body">
<a href="{href}">Click here to see the message</a>
</div>
</div>
</body>
</html>