diff --git a/www/pages/404.html b/www/pages/404.html deleted file mode 100644 index 9cd8bac..0000000 --- a/www/pages/404.html +++ /dev/null @@ -1,26 +0,0 @@ - -
- - - -
- -
-

This page doesn't exist. How did you get here? Please tell us, it might be a bug. -

- -
- -
\ No newline at end of file diff --git a/www/routes.js b/www/routes.js index 6a657c6..2b2e2a0 100644 --- a/www/routes.js +++ b/www/routes.js @@ -429,10 +429,5 @@ var routes = [ } } ] - }, - { - path: '(.*)', - url: './pages/404.html', - name: '404' } ];