Offline

Sorry. It looks like the network connection isn’t working right now.

But you still have something to read:'; browsingHistory.forEach( data => { markup += `

${ data.title }

${ data.description }

${ data.published } `; }); document.getElementById('history').insertAdjacentHTML('beforeend', markup); } })();