|
|
@@ -14,7 +14,7 @@ http.createServer(function (req, res) { |
|
|
+'<iframe src="http://git.fron.com.cn/paas_demo.html" frameborder="0" scrolling="no" width="500px" height="1500px"></iframe>'
|
|
|
+'</body>'
|
|
|
+'</html>';
|
|
|
- res.writeHead(200, {'Content-Type': 'text/plain'});
|
|
|
+ res.writeHead(200, {'Content-Type': 'text/html;charset=utf-8'});
|
|
|
res.write(html);
|
|
|
res.end();
|
|
|
}).listen(port, host); |
|
|
\ No newline at end of file |