misuzu/public/not-found.php

4 lines
93 B
PHP

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