diff --git a/public/404.html b/public/404.html index 32e35fc0c..d667e2274 100644 --- a/public/404.html +++ b/public/404.html @@ -1,43 +1,43 @@ - - - 404 - Page - - - - -
-
-

:(

-

- Your PC ran into a problem and needs to restart. We're just collecting - some error info, and then we'll restart for you. -

-

0% complete

-
-
-
- QR Code -
-
-
-

- For more information about this issue and possible fixes, visit -
- https://github.com/blueedgetechno/win11React/issues -

-
- If you call a support person, give them this info:
Stop - Code: 404_PAGE_NOT_FOUND -
-
+ + + + 404 - Page + + + + + + + + +
+
+

:(

+

+ Your PC ran into a problem and needs to restart. We're just collecting + some error info, and then we'll restart for you. +

+

0% complete

+
+
+

+ For more information about this issue and possible fixes, visit our website +
+ https://github.com/blueedgetechno/win11React/issues +

+
+ If you call a support person, give them this info:
Stop + Code: 404_PAGE_NOT_FOUND +
- - - - +
+ + + + + \ No newline at end of file diff --git a/public/img/qr.png b/public/img/qr.png index 4f4a2d4d5..a6cc7e09d 100644 Binary files a/public/img/qr.png and b/public/img/qr.png differ diff --git a/public/style.css b/public/style.css index 8c0334a6e..de4ac46ba 100644 --- a/public/style.css +++ b/public/style.css @@ -1,6 +1,6 @@ body { - font-family: Segoe UI; - background: #3973aa; + font-family: Segoe UI, sans-serif; + background: #0079d9; color: #fefeff; height: 100vh; margin: 0; @@ -25,20 +25,24 @@ h2, h3, h4, h5 { - font-weight: normal; + font-family: "Manrope", sans-serif; + font-optical-sizing: auto; + font-weight: 400; + font-style: normal; padding: 0; margin: 25px 0; margin-top: 0; - font-weight: 300; } h1 { - font-size: 6rem; + font-size: 8rem; + font-weight: 300; margin-bottom: 10px; } h2 { - font-size: 21px; + font-size: 29px; + line-height: 1.5em; } h4 { @@ -88,4 +92,4 @@ h5 { a { color: #e1f0ff; -} +} \ No newline at end of file