12fbf19
1
2
3
4
5
6
document.addEventListener('DOMContentLoaded', () => { const bgImageDiv = document.querySelector('.bg-image'); const unsplashURL = 'https://source.unsplash.com/1600x900/?developer'; bgImageDiv.style.backgroundImage = `url(${unsplashURL})`; });