this code is used to control when the modal pop-up appears

PHOTO EMBED

Wed Jun 28 2023 13:22:16 GMT+0000 (Coordinated Universal Time)

Saved by @Paul #javascript

setTimeout(function(){
    modal.style.display = 'inline'
}, 1500)
content_copyCOPY

this code is used to control when the modal pop-up appears