mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Improvements to the existing ETag implementation (#8227)
* WebServer eTag implementation improvements
This commit is contained in:
10
libraries/ESP8266WebServer/examples/WebServer/data/style.css
Normal file
10
libraries/ESP8266WebServer/examples/WebServer/data/style.css
Normal file
@ -0,0 +1,10 @@
|
||||
html, body {
|
||||
color: #111111; font-family: Arial, ui-sans-serif, sans-serif; font-size: 1em; background-color: #f0f0f0;
|
||||
}
|
||||
|
||||
#list > div {
|
||||
margin: 0 0 0.5rem 0;
|
||||
}
|
||||
|
||||
a { color: inherit; cursor: pointer; }
|
||||
|
Reference in New Issue
Block a user