|
|
@ -126,8 +126,12 @@ namespace http { |
|
|
|
s << |
|
|
|
s << |
|
|
|
"<!DOCTYPE html>\r\n" |
|
|
|
"<!DOCTYPE html>\r\n" |
|
|
|
"<html lang=\"en\">\r\n" /* TODO: Add support for locale */ |
|
|
|
"<html lang=\"en\">\r\n" /* TODO: Add support for locale */ |
|
|
|
" <head>\r\n" |
|
|
|
" <head>\r\n" /* TODO: Find something to parse html/template system. This is horrible. */ |
|
|
|
" <meta charset=\"UTF-8\">\r\n" /* TODO: Find something to parse html/template system. This is horrible. */ |
|
|
|
#if (!defined(WIN32)) |
|
|
|
|
|
|
|
" <meta charset=\"UTF-8\">\r\n" |
|
|
|
|
|
|
|
#else |
|
|
|
|
|
|
|
" <meta charset=\"windows-1251\">\r\n" |
|
|
|
|
|
|
|
#endif |
|
|
|
" <link rel=\"shortcut icon\" href=\"" << itoopieFavicon << "\">\r\n" |
|
|
|
" <link rel=\"shortcut icon\" href=\"" << itoopieFavicon << "\">\r\n" |
|
|
|
" <title>Purple I2P " VERSION " Webconsole</title>\r\n" |
|
|
|
" <title>Purple I2P " VERSION " Webconsole</title>\r\n" |
|
|
|
<< cssStyles << |
|
|
|
<< cssStyles << |
|
|
|