From 30313a34ee7d2d746faf43257ebb5a5ac56f7098 Mon Sep 17 00:00:00 2001 From: DamsFX Date: Fri, 10 Apr 2026 17:47:42 +0200 Subject: [PATCH] Refactor code structure for improved readability and maintainability -update dark scheme rendering --- cli/templates/404.html | 39 +++++++++++--- cli/templates/500.html | 119 +++++++++++++++++++++++------------------ 2 files changed, 97 insertions(+), 61 deletions(-) diff --git a/cli/templates/404.html b/cli/templates/404.html index 68874bf8b..48f9b4059 100644 --- a/cli/templates/404.html +++ b/cli/templates/404.html @@ -1,29 +1,53 @@ + Valet - Not Found - - -
+
- -

404

-

Not Found

+

404

+

Not Found

diff --git a/cli/templates/500.html b/cli/templates/500.html index 45dbc7bf6..9c0b875a5 100644 --- a/cli/templates/500.html +++ b/cli/templates/500.html @@ -1,75 +1,88 @@ + Valet - Internal Server Error - - -
- +
+ - - - - - - - - - - - - - - - + + + + + + + + + + + -

500

-

Internal Server Error

- -

For error details, please run this command: valet log nginx.

+

500

+

Internal Server Error

+

For error details, please run this command: valet log nginx.

This displays the entire error log (~/.config/valet/Log/nginx-error.log) in your terminal.