UNPKG

polite-email-popup

Version:
3 lines 115 B
export default function addHtmlToPage (htmlString) { document.body.insertAdjacentHTML("beforeend", htmlString); }