diff --git a/cli/templates/404.html b/cli/templates/404.html index 68874bf8b..284c0d04b 100644 --- a/cli/templates/404.html +++ b/cli/templates/404.html @@ -1,58 +1,86 @@ + Valet - Not Found - - + .container { + display: flex; + justify-content: center; + align-items: center; + height: 100vh; + } + .content { + min-width: 250px; + max-width: 640px; + margin: 2rem; + } + svg { + width: 50%; + max-width: 320px; + min-width: 200px; - -
- - - - - - - - - - - - - - - -

404

-

Not Found

+ .valet--gradient { + fill: url(#gradient); + } + } + h1 { + font-size: 8rem; + font-size: clamp(3.2rem, calc(-0.182rem + 16.909vw), 8rem); + margin: 1rem; + letter-spacing: 0.2rem; + line-height: 0.8; + } + h2 { + font-size: 3rem; + font-size: clamp(2rem, calc(1.491rem + 2.545vw), 3rem); + margin: 0; + } + + + +
+
+ + + + + + + + + + + + + +

404

+

Not Found

+
diff --git a/cli/templates/500.html b/cli/templates/500.html index 45dbc7bf6..c02c63d83 100644 --- a/cli/templates/500.html +++ b/cli/templates/500.html @@ -1,76 +1,107 @@ + Valet - Internal Server Error -
- - - - - - - - - - - - - - - - - - -

500

-

Internal Server Error

+
+
+ + + + + + + + + + + + + +

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.

+

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.

+