init
This commit is contained in:
13
public/templates/404.php
Normal file
13
public/templates/404.php
Normal file
@@ -0,0 +1,13 @@
|
||||
<?php
|
||||
/**
|
||||
* @var string $uri
|
||||
*/
|
||||
?>
|
||||
|
||||
<h1>Not Found</h1>
|
||||
|
||||
<p>
|
||||
Sorry, Nothing could be found at the requested
|
||||
<?php echo $uri; ?>
|
||||
path;
|
||||
</p>
|
||||
Reference in New Issue
Block a user