html.cafe - a realtime HTML editor and host
Edit the html in the top panel, see the result here.
爱的告白
});
});
document.getElementById('listModal').addEventListener('click', function(e) {
if (e.target === this) {
closeModal();
}
});
}
document.addEventListener('DOMContentLoaded', init);