diff --git a/src/FileServer.c b/src/FileServer.c
index e5bb28d..cde44b1 100644
--- a/src/FileServer.c
+++ b/src/FileServer.c
@@ -137,7 +137,7 @@ static esp_err_t http_resp_dir_html(httpd_req_t *req, const char *dirpath)
}
/* Send HTML file header */
- httpd_resp_sendstr_chunk(req, "
");
+ httpd_resp_sendstr_chunk(req, ""
+ ""
""
"| Name | Type | Size (Bytes) | Delete |
"
"");
diff --git a/upload_script.html b/upload_script.html
index 9c894b1..c8d56bd 100644
--- a/upload_script.html
+++ b/upload_script.html
@@ -1,8 +1,5 @@
-