summaryrefslogtreecommitdiff
path: root/pages/dekomp.php
diff options
context:
space:
mode:
authorJonas Kohl <git@jonaskohl.de>2024-09-06 13:19:19 +0200
committerJonas Kohl <git@jonaskohl.de>2024-09-06 13:19:19 +0200
commit2d8a37e7ac46aa100f2e460b024d21bae2883f5b (patch)
treef845d1f13c9fa6487b07bcb0d908ffa13463cdf8 /pages/dekomp.php
parent4da448fe73005e3f3a57671575f99555793adb06 (diff)
Move from SSI to PHP
Diffstat (limited to 'pages/dekomp.php')
-rw-r--r--pages/dekomp.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/dekomp.php b/pages/dekomp.php
new file mode 100644
index 0000000..503e782
--- /dev/null
+++ b/pages/dekomp.php
@@ -0,0 +1,6 @@
+<?php include __DIR__ . "/../includes/template_start.php"; ?>
+
+<h1>Dekomp</h1>
+<p><i>Coming soon...</i></p>
+
+<?php include __DIR__ . "/../includes/template_end.php"; ?>