-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
23 lines (23 loc) · 1.1 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-4ZQHKN03XM"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-4ZQHKN03XM');
</script>
<meta charset="UTF-8" />
<link rel="icon" sizes="596x596" type="image/svg+xml" href="/icon.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="google-site-verification" content="0yGzeo8jE1xu9V-7BneLq-gAf6f13XSxclyxrobFuKU" />
<title>ArtifAI</title>
<meta name="description" content="ArtifAI is designed to detect the potential origins of an artwork, whether generated by AI or created by humans. It is dedicated to addressing copyright issues brought about by generative artificial intelligence. It also provides a GPT-based consultant for querying any copyright issue." />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/index.jsx"></script>
</body>
</html>