YZ
Size: a a a
YZ
D
AK
AK
SM
AK
SM
AK
SM
АП
R
Y💜
СГ
path.resolve а сейчас вообще за док_руут не выходитB
A
倫岡
A
fs.readFile('./index.html', (err, html) => {
if (err) throw err;
http.createServer(function(request, response) {
response.writeHeader(200, {"Content-Type": "text/html"});
response.write(html);
response.end();
}).listen(8000);
});B
fs.readFile('./index.html', (err, html) => {
if (err) throw err;
http.createServer(function(request, response) {
response.writeHeader(200, {"Content-Type": "text/html"});
response.write(html);
response.end();
}).listen(8000);
});AG