From 02706f0f915224b10403a3fefd75bd0003c6b197 Mon Sep 17 00:00:00 2001 From: dyzulk <66510723+dyzulk@users.noreply.github.com> Date: Wed, 31 Dec 2025 11:11:48 +0700 Subject: [PATCH] feat(ui): add static html error pages for nginx fallback --- public/errors/403.html | 125 +++++++++++++++++++++++++++++++++++++++++ public/errors/404.html | 125 +++++++++++++++++++++++++++++++++++++++++ public/errors/500.html | 125 +++++++++++++++++++++++++++++++++++++++++ public/errors/502.html | 125 +++++++++++++++++++++++++++++++++++++++++ public/errors/503.html | 125 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 625 insertions(+) create mode 100644 public/errors/403.html create mode 100644 public/errors/404.html create mode 100644 public/errors/500.html create mode 100644 public/errors/502.html create mode 100644 public/errors/503.html diff --git a/public/errors/403.html b/public/errors/403.html new file mode 100644 index 0000000..4038ec6 --- /dev/null +++ b/public/errors/403.html @@ -0,0 +1,125 @@ + + +
+ + ++ Forbidden. You do not have permission to access this page. +
+ + + Back to home + ++ © 2025 - TrustLab API +
++ We can't seem to find the page you are looking for! +
+ + + Back to home + ++ © 2025 - TrustLab API +
++ Something went wrong on our end. Please try again later. +
+ + + Back to home + ++ © 2025 - TrustLab API +
++ Bad Gateway. The server received an invalid response. +
+ + + Back to home + ++ © 2025 - TrustLab API +
++ Service Unavailable. We are probably under maintenance. +
+ + + Back to home + ++ © 2025 - TrustLab API +
+