error 404 page implemented

This commit is contained in:
Nicolas 2023-01-16 14:49:39 +01:00 committed by Thomas Rubini
parent c90d4e2abb
commit c4dba16084
No known key found for this signature in database
GPG Key ID: C7D287C8C1CAC373

3
Views/errors/404.php Normal file
View File

@ -0,0 +1,3 @@
<h1>Error 404</h1>
<h2>La page n'a pas été trouvée 😥</h2>
<a href="/">Retourner à l'accueil<a>