About
"What The Next Picture"
Simple Website for Brows, Copy or Download images, where you let the magic of Unsplash random Inspired you ✨
await fetch('https://source.unsplash.com/random/?inspire')
.then((response) => {
document.body.style.backgroundImage = `url('${response.url}')`
})
.catch((error) => {
console.error('Error:', error)
})
await fetch('https://source.unsplash.com/random/?inspire')
.then((response) => {
document.body.style.backgroundImage = `url('${response.url}')`
})
.catch((error) => {
console.error('Error:', error)
})
[Default Layout]