const img = `<img class="search__img" src="${url}" alt='image'>`;
		imgContainer.insertAdjacentHTML('beforeend', img);