27901_metapixels_chatgpt
Showing
1 changed file
with
9 additions
and
1 deletions
| ... | @@ -11,7 +11,15 @@ | ... | @@ -11,7 +11,15 @@ |
| 11 | content="Web site created using create-react-app" | 11 | content="Web site created using create-react-app" |
| 12 | /> | 12 | /> |
| 13 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> | 13 | <link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" /> |
| 14 | <script src='https://api.ai-pro.org/ext-app/js/btutil-common-v1.min.js?ver=202306291729'></script> | 14 | <script> |
| 15 | let ver = new Date().getTime(); | ||
| 16 | let subdomain = window.location.hostname.split('.')[0] !== 'app' ? window.location.hostname.split('.')[0] + '.' : ''; | ||
| 17 | let btutilAsset = document.createElement('script'); | ||
| 18 | let srcUrl = "https://"+subdomain+"api.ai-pro.org/ext-app/js/btutil-common-v1.min.js?ver=" | ||
| 19 | btutilAsset.setAttribute('src', srcUrl + ver); | ||
| 20 | document.head.appendChild(btutilAsset); | ||
| 21 | </script> | ||
| 22 | <noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=975784236794755&ev=PageView&noscript=1"/></noscript> | ||
| 15 | <!-- | 23 | <!-- |
| 16 | manifest.json provides metadata used when your web app is installed on a | 24 | manifest.json provides metadata used when your web app is installed on a |
| 17 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ | 25 | user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/ | ... | ... |
-
Please register or sign in to post a comment