diff --git a/src/net/http.h b/src/net/http.h index e720a60..2999428 100644 --- a/src/net/http.h +++ b/src/net/http.h @@ -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" " \n" "\n"