fix styles

This commit is contained in:
Михаил Подивилов 2019-05-11 22:46:44 +03:00
parent 83d50ac2dd
commit 315d23005e

View file

@ -167,12 +167,12 @@ namespace http {
" <meta charset=\"windows-1251\">\r\n" " <meta charset=\"windows-1251\">\r\n"
#endif #endif
" <link rel=\"shortcut icon\" href=\"" << dotnetFavicon << "\">\r\n" " <link rel=\"shortcut icon\" href=\"" << dotnetFavicon << "\">\r\n"
" <title>Purple DOTNET " VERSION " Webconsole</title>\r\n" " <title>.NET " VERSION " webconsole</title>\r\n"
<< cssStyles << << cssStyles <<
"</head>\r\n"; "</head>\r\n";
s << s <<
"<body>\r\n" "<body>\r\n"
"<div class=header><b>dotnet</b> webconsole</div>\r\n" "<div class=header><b>.NET</b> webconsole</div>\r\n"
"<div class=wrapper>\r\n" "<div class=wrapper>\r\n"
"<div class=left>\r\n" "<div class=left>\r\n"
" <a href=\"" << webroot << "\">Main page</a><br>\r\n<br>\r\n" " <a href=\"" << webroot << "\">Main page</a><br>\r\n<br>\r\n"