diff --git a/src/http.h b/src/http.h index 3c81ada..a200ae1 100644 --- a/src/http.h +++ b/src/http.h @@ -124,40 +124,47 @@ const char *http_default_document = "\n" "\n" "\n" - " %1$i %2$s - %7$s\n" - " \n" - " \n" - " \n" - " \n" + "\t%1$i %2$s - %7$s\n" + "\t\n" + "\t\n" + "\t\n" + "\t\n" "%5$s" - " \n" + "\t\n" "\n" "\n" - "
\n" + "\t
\n" + "\t\t
\n" "%3$s" - "
%7$s - Necronda web server " NECRONDA_VERSION "
\n" - "
\n" + "\t\t\n" + "\t\t
%7$s - Necronda web server " NECRONDA_VERSION "
\n" + "\t
\n" "\n" "\n"; const char *http_error_document = - "

%1$i

\n" - "

%2$s :(

\n" - "

%3$s

\n" - "

%4$s

\n"; + "\t\t\t

%1$i

\n" + "\t\t\t

%2$s :(

\n" + "\t\t\t

%3$s

\n" + "\t\t\t

%4$s

\n"; const char *http_error_icon = - " \n";