mirror of
https://github.com/voc/streaming-website
synced 2024-11-14 16:37:18 +00:00
5 lines
90 B
PHP
5 lines
90 B
PHP
<?php
|
|
echo $tpl->render(array(
|
|
'page' => 'not-started',
|
|
'title' => 'See you soon!',
|
|
));
|