Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Administrator
/
chatgpt.ai-pro.org
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
3
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
7a19179b
authored
2023-07-26 17:35:30 +0800
by
Ian Rizh Mañago
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
27901_metapixels_chatgpt
1 parent
fc25e31a
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
1 deletions
client/public/index.html
client/public/index.html
View file @
7a19179
...
...
@@ -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/
...
...
Write
Preview
Styling with
Markdown
is supported
Attach a file
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to post a comment