summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-05 21:40:04 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-05 21:40:04 +0200
commit9673742315cff374a6c4e5cfbd51526ff3220770 (patch)
treebee7f31bd52a75195d283e7dad4c4c4c44a9b88c
parentc6390e9bb14747de2bc894f817fc6373a7deddaf (diff)
Placeholder pages
-rw-r--r--pages/dekomp.html6
-rw-r--r--pages/exklusiv.html6
-rw-r--r--pages/sent.html9
-rw-r--r--pages/trivia.html6
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"-->