new feature

feature
Dmitry 7 months ago
parent 6bb949ec18
commit dafeb00741

@ -14,12 +14,11 @@ const server = http.createServer(async (req, res) => {
<title>simple_server</title>
</head>
<body>
<h1>HTML</h1>
<h1>HTML2</h1>
</body>
</html>
`;
// Отправка HTML клиенту
res.end(htmlContent);
} catch (error) {
console.error('Ошибка:', error.message);

Loading…
Cancel
Save

Powered by TurnKey Linux.