Page not found
++ Sorry, we cannot find t he page you are looking for. You may have + mistyped the address or the page may have moved. +
+ Back to home +
+ From ec79b7be1f52c15d8ca2b9d1735de56c0b202a27 Mon Sep 17 00:00:00 2001 From: "Michael S. Molina" <70410625+michael-s-molina@users.noreply.github.com> Date: Tue, 20 Apr 2021 12:47:24 -0300 Subject: [PATCH] chore: Moves the staticPages folder to the assets folder (#14167) --- .../src/assets/staticPages/404.html | 109 ++++++++++++++++++ .../src/assets/staticPages/500.html | 108 +++++++++++++++++ superset-frontend/src/staticPages/404.html | 93 --------------- superset-frontend/src/staticPages/500.html | 92 --------------- superset-frontend/webpack.config.js | 8 +- 5 files changed, 221 insertions(+), 189 deletions(-) create mode 100644 superset-frontend/src/assets/staticPages/404.html create mode 100644 superset-frontend/src/assets/staticPages/500.html delete mode 100644 superset-frontend/src/staticPages/404.html delete mode 100644 superset-frontend/src/staticPages/500.html diff --git a/superset-frontend/src/assets/staticPages/404.html b/superset-frontend/src/assets/staticPages/404.html new file mode 100644 index 000000000..2b20e3d71 --- /dev/null +++ b/superset-frontend/src/assets/staticPages/404.html @@ -0,0 +1,109 @@ + + + + +
+ + + + + + + + ++ Sorry, we cannot find t he page you are looking for. You may have + mistyped the address or the page may have moved. +
+ Back to home +
+ + Sorry, something went wrong. We are fixing the mistake now. Try again + later or go back to home. +
+ Back to home +
+ Sorry, we cannot find t he page you are looking for. You may have mistyped the address or the page may have moved.
- Back to home -
- Sorry, something went wrong. We are fixing the mistake now. Try again later or go back to home.
- Back to home -
-