amdp3-metaforums/Application/Views/404.php

14 lines
199 B
PHP
Raw Normal View History

2019-11-19 03:36:39 +00:00
<?php
$view->include('layouts/head');
?>
<div class="text-6xl">
<p>Fuee...</p>
</div>
<div>
<p>The page you're trying to find cannot be found</p>
</div>
<?php
$view->include('layouts/foot');
?>