diff --git a/elixir/apps/web/lib/web/controllers/error_html/404.html.heex b/elixir/apps/web/lib/web/controllers/error_html/404.html.heex index 546b6465d..a3315e3b1 100644 --- a/elixir/apps/web/lib/web/controllers/error_html/404.html.heex +++ b/elixir/apps/web/lib/web/controllers/error_html/404.html.heex @@ -30,7 +30,7 @@
- Firezone Logo + Firezone Logo

Error404

diff --git a/elixir/apps/web/lib/web/controllers/error_html/500.html.heex b/elixir/apps/web/lib/web/controllers/error_html/500.html.heex index 861223dfc..6e6d36d3d 100644 --- a/elixir/apps/web/lib/web/controllers/error_html/500.html.heex +++ b/elixir/apps/web/lib/web/controllers/error_html/500.html.heex @@ -30,10 +30,8 @@
- Firezone Logo -

- Error500 -

+ 500 Error +

Something went wrong. We've already been notified and will get it fixed as soon as possible.

diff --git a/elixir/apps/web/priv/static/images/http-500.png b/elixir/apps/web/priv/static/images/http-500.png new file mode 100644 index 000000000..b78d61e4e Binary files /dev/null and b/elixir/apps/web/priv/static/images/http-500.png differ