7a19179b by Ian Rizh Mañago

27901_metapixels_chatgpt

1 parent fc25e31a
......@@ -11,7 +11,15 @@
content="Web site created using create-react-app"
/>
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
<script src='https://api.ai-pro.org/ext-app/js/btutil-common-v1.min.js?ver=202306291729'></script>
<script>
let ver = new Date().getTime();
let subdomain = window.location.hostname.split('.')[0] !== 'app' ? window.location.hostname.split('.')[0] + '.' : '';
let btutilAsset = document.createElement('script');
let srcUrl = "https://"+subdomain+"api.ai-pro.org/ext-app/js/btutil-common-v1.min.js?ver="
btutilAsset.setAttribute('src', srcUrl + ver);
document.head.appendChild(btutilAsset);
</script>
<noscript><img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=975784236794755&ev=PageView&noscript=1"/></noscript>
<!--
manifest.json provides metadata used when your web app is installed on a
user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!