Answer the question
In order to leave comments, you need to log in
How to fix encoding in gulp when including html file?
I use the plugin https://www.npmjs.com/package/gulp-file-include
included a simple file in which the list
<ul>
<li>Главная</li>
<li>О нас</li>
</ul>
Answer the question
In order to leave comments, you need to log in
And try to wrap all this happiness in a standard structure:
<html lang="ru">
<head>
<title></title>
<meta charset="UTF-8">
</head>
<body>
<ul>
<li>Главная</li>
<li>О нас</li>
</ul>
</body>
</html>
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question