CINXE.COM

Default error page

<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>Default error page</title> </head> <body> <h1>404</h1> This is the default error page. You can customize this error page, by creating error pages in the CMS below the language folder: <ul> <li>/error-pages/404: For the 404 error page.</li> <li>/error-pages/403: For the 403 error page.</li> <li>/error-pages/generic-error: Error page for all other errors.</li> </ul> </body> </html>