blob: e0a012521d9b3384c80383a4266a7daf0f0a47df (
plain)
1
2
3
4
5
6
7
8
9
|
<?php include __DIR__ . "/../includes/template_start.php"; ?>
<table bgcolor="green" cellspacing="0" cellpadding="2"><tr><td>
<table bgcolor="lime" cellspacing="0" cellpadding="12"><tr><td>
<font color="black"><b>Ihre Nachricht ist erfolgreich bei uns eingegangen!</b></font>
</td></tr></table>
</td></tr></table>
<?php include __DIR__ . "/../includes/template_end.php"; ?>
|