diff --git a/wled00/data/404.htm b/wled00/data/404.htm index 87244a94..260253a3 100644 --- a/wled00/data/404.htm +++ b/wled00/data/404.htm @@ -1,47 +1,47 @@ - - - - - Not found - - - - -

404 Not Found

-Akemi does not know where you are headed...

- - + img { + width: 400px; + max-width: 50%; + image-rendering: pixelated; + image-rendering: crisp-edges; + margin: 25px 0 -10px 0; + } + + button { + outline: none; + cursor: pointer; + padding: 8px; + margin: 10px; + width: 230px; + text-transform: uppercase; + font-family: helvetica; + font-size: 19px; + background-color: #333; + color: white; + border: 0px solid white; + border-radius: 25px; + } + + + + +

404 Not Found

+ Akemi does not know where you are headed...

+ + \ No newline at end of file diff --git a/wled00/data/welcome.htm b/wled00/data/welcome.htm index 8d02e665..f8fd964d 100644 --- a/wled00/data/welcome.htm +++ b/wled00/data/welcome.htm @@ -1,63 +1,63 @@ - - - - - Welcome! - - - - -
-

Welcome to WLED!

-

Thank you for installing my application!

-Next steps:

-Connect the module to your local WiFi here!
-
-Just trying this out in AP mode?
-
-
- + img { + width: 950px; + max-width: 82%; + image-rendering: pixelated; + image-rendering: crisp-edges; + margin: 4vh 0 0 0; + animation: fi 1s; + } + + @keyframes fi { + from { opacity: 0; } + to { opacity: 1; } + } + + .main { + animation: fi 1.5s .7s both; + } + + + + +
+

Welcome to WLED!

+

Thank you for installing my application!

+ Next steps:

+ Connect the module to your local WiFi here!
+
+ Just trying this out in AP mode?
+
+
+ \ No newline at end of file