diff --git a/routes/index.js b/routes/index.js index 1285cf4..5f61833 100644 --- a/routes/index.js +++ b/routes/index.js @@ -11,7 +11,8 @@ module.exports = function(req, res) { config: config }); res.writeHead(200, { - "Content-Length": html.length + "Content-Length": html.length, + "Content-Type": "text/html; charset=utf-8" }); res.end(html); }; \ No newline at end of file