diff options
Diffstat (limited to 'view/not-started.php')
-rw-r--r-- | view/not-started.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/view/not-started.php b/view/not-started.php new file mode 100644 index 0000000..c132a76 --- /dev/null +++ b/view/not-started.php @@ -0,0 +1,5 @@ +<?php +echo $tpl->render(array( + 'page' => 'not-started', + 'title' => 'See you soon!', +)); |