diff --git a/cpp/server.cpp b/cpp/server.cpp index 796ffe8..febaf3e 100644 --- a/cpp/server.cpp +++ b/cpp/server.cpp @@ -7,8 +7,10 @@ #define PORT 8000 char *server_message = -"HTTP/1.1 200 OK \n\ -\n\ +"HTTP/1.1 200 OK\r\n\ +Content-Type: text/html; charset=UTF-8\r\n\ +Content-Length: 136\r\n\ +\r\n\ \n\
\n\