From d10d73464b10b715220c34bc2186d078eb548228 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C4=83t=C4=83lin=20Mari=C8=99?= Date: Sat, 21 Jun 2014 01:50:59 +0300 Subject: [PATCH] Remove `404.html` Providing a 404.html page doesn't make much sense for this project as users will need to configure their server in order for the page to be actually used. In HTML5 Boilerplate, the idea is that the server configs (Apache or the alternatives) will basically ensure that the user's server will return the `404.html` page in case of an 404 error. Also, with HTML5 Boilerplate, we've seen that users quite often forget to change/replace the default 404 page. --- app/404.html | 55 ---------------------------------------------------- 1 file changed, 55 deletions(-) delete mode 100644 app/404.html diff --git a/app/404.html b/app/404.html deleted file mode 100644 index 4babf32d..00000000 --- a/app/404.html +++ /dev/null @@ -1,55 +0,0 @@ - - - - - Page Not Found - - - - - -

Page Not Found

-

Sorry, but the page you were trying to view does not exist.

- -