diff options
Diffstat (limited to 'pages/dekomp.php')
-rw-r--r-- | pages/dekomp.php | 6 |
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"; ?> |