4 lines
95 B
PHP
4 lines
95 B
PHP
<?php
|
|
require_once __DIR__ . '/../misuzu.php';
|
|
|
|
echo $app->templating->render('home.landing');
|