diff options
author | Jonas Kohl | 2024-09-05 21:40:04 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-05 21:40:04 +0200 |
commit | 9673742315cff374a6c4e5cfbd51526ff3220770 (patch) | |
tree | bee7f31bd52a75195d283e7dad4c4c4c44a9b88c /pages/sent.html | |
parent | c6390e9bb14747de2bc894f817fc6373a7deddaf (diff) |
Placeholder pages
Diffstat (limited to 'pages/sent.html')
-rw-r--r-- | pages/sent.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/pages/sent.html b/pages/sent.html new file mode 100644 index 0000000..2449d76 --- /dev/null +++ b/pages/sent.html @@ -0,0 +1,9 @@ +<!--#include virtual="../includes/template_start.html"--> + +<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> + +<!--#include virtual="../includes/template_end.html"--> |