diff options
Diffstat (limited to 'pages')
-rw-r--r-- | pages/dekomp.html | 6 | ||||
-rw-r--r-- | pages/exklusiv.html | 6 | ||||
-rw-r--r-- | pages/sent.html | 9 | ||||
-rw-r--r-- | pages/trivia.html | 6 |
4 files changed, 27 insertions, 0 deletions
diff --git a/pages/dekomp.html b/pages/dekomp.html new file mode 100644 index 0000000..2bfaa74 --- /dev/null +++ b/pages/dekomp.html @@ -0,0 +1,6 @@ +<!--#include virtual="../includes/template_start.html"--> + +<h1>Dekomp</h1> +<p><i>Coming soon...</i></p> + +<!--#include virtual="../includes/template_end.html"--> diff --git a/pages/exklusiv.html b/pages/exklusiv.html new file mode 100644 index 0000000..655f955 --- /dev/null +++ b/pages/exklusiv.html @@ -0,0 +1,6 @@ +<!--#include virtual="../includes/template_start.html"--> + +<h1>Exklusiv</h1> +<p><i>Coming soon...</i></p> + +<!--#include virtual="../includes/template_end.html"--> 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"--> diff --git a/pages/trivia.html b/pages/trivia.html new file mode 100644 index 0000000..e650b8c --- /dev/null +++ b/pages/trivia.html @@ -0,0 +1,6 @@ +<!--#include virtual="../includes/template_start.html"--> + +<h1>Trivia</h1> +<p><i>Coming soon...</i></p> + +<!--#include virtual="../includes/template_end.html"--> |