Skip to content

Commit 254b095

Browse files
authored
fix: charset utf8
1 parent 035e820 commit 254b095

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

docs/ru/guide/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -70,6 +70,7 @@ server.get('*', (req, res) => {
7070
res.end(`
7171
<!DOCTYPE html>
7272
<html lang="en">
73+
<meta charset="UTF-8">
7374
<head><title>Привет</title></head>
7475
<body>${html}</body>
7576
</html>

0 commit comments

Comments
 (0)