Updated http error document

This commit is contained in:
2020-12-13 19:08:15 +01:00
parent e0ecc35d0c
commit 51531ff78e

View File

@ -141,6 +141,9 @@ const char *http_error_document =
" text-align: center;\n"
" color: var(--color);\n"
" }\n"
" h1 {\n"
" margin: 0.5em 0;\n"
" }\n"
" p {\n"
" text-align: center;\n"
" }\n"
@ -148,6 +151,7 @@ const char *http_error_document =
" color: #808080;\n"
" font-size: 0.75em;\n"
" text-align: center;\n"
" margin: 0.5em 0;"
" }\n"
" </style>\n"
"</head>\n"