7a19179b by Ian Rizh Mañago

27901_metapixels_chatgpt

1 parent fc25e31a
...@@ -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/
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!