-
-
+ return response.text();
+ });
+ }
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+ function appendStyle(css) {
+ const style = document.createElement("style");
+ style.textContent = css;
+ document.head.appendChild(style);
+ }
-
-
+ function appendScript(js) {
+ const script = document.createElement("script");
+ script.text = js;
+ document.head.appendChild(script);
+ }
-
-
-
-
-
-
-
- Your cart is empty
-
-
-
-
- Subtotal
- $0
-
-
- Tax (5%)
- $0
-
-
- Total
- $0
-
-
-
-
-
-