16c7e035 by Ian Rizh Mañago

27528_apply_authv2_chatgpt

1 parent 4dccedfe
...@@ -11,7 +11,6 @@ ...@@ -11,7 +11,6 @@
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>
15 <!-- 14 <!--
16 manifest.json provides metadata used when your web app is installed on a 15 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/ 16 user's mobile device or desktop. See https://developers.google.com/web/fundamentals/web-app-manifest/
...@@ -32,7 +31,7 @@ ...@@ -32,7 +31,7 @@
32 let btutilAsset = document.createElement('script'); 31 let btutilAsset = document.createElement('script');
33 btutilAsset.setAttribute('src', "%REACT_APP_BTUTIL_ASSET_URL%" + ver); 32 btutilAsset.setAttribute('src', "%REACT_APP_BTUTIL_ASSET_URL%" + ver);
34 document.head.appendChild(btutilAsset); 33 document.head.appendChild(btutilAsset);
35 </script> 34 </script>
36 </head> 35 </head>
37 <body> 36 <body>
38 <noscript>You need to enable JavaScript to run this app.</noscript> 37 <noscript>You need to enable JavaScript to run this app.</noscript>
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!