summaryrefslogtreecommitdiff
path: root/pages/sent.php
diff options
context:
space:
mode:
Diffstat (limited to 'pages/sent.php')
-rw-r--r--pages/sent.php9
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/sent.php b/pages/sent.php
new file mode 100644
index 0000000..e0a0125
--- /dev/null
+++ b/pages/sent.php
@@ -0,0 +1,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"; ?>