Updated http error document
This commit is contained in:
@ -141,6 +141,9 @@ const char *http_error_document =
|
|||||||
" text-align: center;\n"
|
" text-align: center;\n"
|
||||||
" color: var(--color);\n"
|
" color: var(--color);\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
|
" h1 {\n"
|
||||||
|
" margin: 0.5em 0;\n"
|
||||||
|
" }\n"
|
||||||
" p {\n"
|
" p {\n"
|
||||||
" text-align: center;\n"
|
" text-align: center;\n"
|
||||||
" }\n"
|
" }\n"
|
||||||
@ -148,6 +151,7 @@ const char *http_error_document =
|
|||||||
" color: #808080;\n"
|
" color: #808080;\n"
|
||||||
" font-size: 0.75em;\n"
|
" font-size: 0.75em;\n"
|
||||||
" text-align: center;\n"
|
" text-align: center;\n"
|
||||||
|
" margin: 0.5em 0;"
|
||||||
" }\n"
|
" }\n"
|
||||||
" </style>\n"
|
" </style>\n"
|
||||||
"</head>\n"
|
"</head>\n"
|
||||||
|
Reference in New Issue
Block a user