4 lines
90 B
PHP

<?php
http_response_code('404');
header("Content-Type: text/html");
view('@novacore/404');