Skip to content

Commit 8f23e44

Browse files
committed
not found page
1 parent 590d647 commit 8f23e44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version_0.3/src/http/Server.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@
2626

2727
char NOT_FOUND_PAGE[] = "\"<html>\\n\"\n"
2828
"\"<head><title>404 Not Found</title></head>\\n\"\n"
29-
"\"<body bgcolor=\\\"white\\\">\\n\"\n"
29+
"\"<body bgcolor=\"white\">\n"
3030
"\"<center><h1>404 Not Found</h1></center>\\n\"\n"
3131
"\"<hr><center>LC Server/0.3 (Linux)</center>\\n\"\n"
3232
"\"</body>\\n\"\n"
3333
"\"</html>\"";
3434

3535
char FORBIDDEN_PAGE[] = "<html>\n"
3636
"<head><title>403 Forbidden</title></head>\n"
37-
"<body bgcolor='white'>\n"
37+
"<body bgcolor=\"white\">\n"
3838
"<center><h1>403 Forbidden</h1></center>\n"
3939
"<hr><center>LC WebServer/0.3 (Linux)</center>\n"
4040
"</body>\n"

0 commit comments

Comments
 (0)