minor changes to web layout

This commit is contained in:
Paul
2019-07-06 17:13:46 +02:00
parent 3d66c5897a
commit e0f07e52e2
3 changed files with 24 additions and 10 deletions

View File

@@ -208,7 +208,7 @@ const char webCommonPage_start[] = "<html>"
"body {background-color: #FFA500;font: normal 18px Verdana, Arial, sans-serif;} </style>";
const char webCommonPage_start_refresh[] = "<meta http-equiv='refresh' content='5'>";
const char webCommonPage_start_refresh[] = "<meta http-equiv='refresh' content='30'>";
const char webCommonPage_start_body[] = "</head><body>";