Merge pull request #1228 from ajnart/refactor/404-page

🥅 Add 404 error page
This commit is contained in:
Thomas Camlong
2023-08-08 10:07:36 +02:00
committed by GitHub
4 changed files with 44 additions and 87 deletions

View File

@@ -0,0 +1,5 @@
{
"title": "Page not found",
"text": "This page could not be found. The URL for this page may have expired, the URL is invalid or you do now have the required permissions to access this resource.",
"button": "Go to Home"
}