function elt(d,a){"use strict";let t,h,e=Array.prototype.slice.call(arguments,2);d=document.createElement(d);if(typeof a=="object")for(t in a)d.setAttribute(t,a[t]);for(h of e)d.append(typeof h=="string"?document.createTextNode(h):h);return d}