... <div id="content"></div> ...
Related questions
fetch('/resourses/data.txt').then(function(response) { return response.text().then(function(text) { content.innerHTML = text; }); });
Find more questions by tags Import dataJavaScript