diff --git a/index.h b/index.h index 501c95c..85e7ce3 100644 --- a/index.h +++ b/index.h @@ -16,17 +16,35 @@ const char index_html[] PROGMEM = R"rawliteral( margin: 4px 2px; cursor: pointer; } + textarea { + width: 80%; + height: 200px; + margin-top: 20px; + }