16c7e035 by Ian Rizh Mañago

27528_apply_authv2_chatgpt

1 parent 4dccedfe
......@@ -11,7 +11,6 @@
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>
<!--
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/
......@@ -32,7 +31,7 @@
let btutilAsset = document.createElement('script');
btutilAsset.setAttribute('src', "%REACT_APP_BTUTIL_ASSET_URL%" + ver);
document.head.appendChild(btutilAsset);
</script>
</script>
</head>
<body>
<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!