mirror of
https://github.com/kristoferssolo/solorice.git
synced 2025-10-21 20:10:34 +00:00
1 line
327 B
JavaScript
1 line
327 B
JavaScript
const getPublicPath=()=>new URL(scriptUrl.replace(/[^/]+$/,"")).toString(),uri=new URL(scriptUrl.replace(/[^/]+$/,"")).toString()+"node_modules/font-awesome/css/font-awesome.min.css";function addCSS(e){const t=document.head,n=document.createElement("link");n.href=e,n.type="text/css",n.rel="stylesheet",t.append(n)}addCSS(uri); |