mirror of
https://github.com/FH-Complete/FHC-Core.git
synced 2026-06-26 08:29:28 +00:00
18 lines
303 B
PHP
18 lines
303 B
PHP
<html>
|
|
<head>
|
|
<title>This is not the email template, this is a tribute</title>
|
|
</head>
|
|
<body>
|
|
<div class="header">
|
|
This is the header!
|
|
</div>
|
|
<div class="container">
|
|
<div class="body">
|
|
{body}
|
|
</div>
|
|
</div>
|
|
<div class="footer">
|
|
This is the footer!
|
|
</div>
|
|
</body>
|
|
</html> |