diff options
author | Jonas Kohl | 2024-09-06 13:19:19 +0200 |
---|---|---|
committer | Jonas Kohl | 2024-09-06 13:19:19 +0200 |
commit | 2d8a37e7ac46aa100f2e460b024d21bae2883f5b (patch) | |
tree | f845d1f13c9fa6487b07bcb0d908ffa13463cdf8 /pages/exklusiv.php | |
parent | 4da448fe73005e3f3a57671575f99555793adb06 (diff) |
Move from SSI to PHP
Diffstat (limited to 'pages/exklusiv.php')
-rw-r--r-- | pages/exklusiv.php | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/pages/exklusiv.php b/pages/exklusiv.php new file mode 100644 index 0000000..6272748 --- /dev/null +++ b/pages/exklusiv.php @@ -0,0 +1,6 @@ +<?php include __DIR__ . "/../includes/template_start.php"; ?> + +<h1>Exklusiv</h1> +<p><i>Coming soon...</i></p> + +<?php include __DIR__ . "/../includes/template_end.php"; ?> |