mirror of
https://github.com/restoreddev/phpapprentice.git
synced 2025-08-22 06:12:49 +02:00
Added 404 page
This commit is contained in:
11
assets/templates/404.phtml
Normal file
11
assets/templates/404.phtml
Normal file
@@ -0,0 +1,11 @@
|
||||
<?php partial('header', ['title' => 'PHP Apprentice']) ?>
|
||||
|
||||
<div class="container center">
|
||||
<a href="/" class="logo-404"><?= icon('elephant') ?></a>
|
||||
<p class="message-404">Whoops! The page could not be found.</p>
|
||||
<div class="toc-404">
|
||||
<?php partial('table_of_contents') ?>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<?php partial('footer') ?>
|
Reference in New Issue
Block a user