const linkRootCss = document.createElement('link'); linkRootCss.rel = 'stylesheet'; linkRootCss.type = 'text/css'; linkRootCss.href = 'https://libellus-life.it/assets/css/root.css'; document.head.appendChild(linkRootCss); const linkCss = document.createElement('link'); linkCss.rel = 'stylesheet'; linkCss.type = 'text/css'; linkCss.href = 'https://libellus-life.it/assets/css/shop.css'; document.head.appendChild(linkCss); const metaKwTag = document.createElement('meta'); metaKwTag.name = 'keywords'; metaKwTag.content = ''; document.head.appendChild(metaKwTag);