misuzu/public/index.php

5 lines
95 B
PHP
Raw Normal View History

<?php
require_once __DIR__ . '/../misuzu.php';
echo $app->templating->render('home.landing');