fetch("../alerts.json") .then(res=>res.json()) .then(data=>{ let table=document.getElementById("alerts"); data.forEach(alert=>{ table.innerHTML += `