-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
48 lines (46 loc) · 1.02 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
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset='UTF-8' />
<link
href='/assets/android-chrome-192x192.png'
rel='apple-touch-icon'
sizes='192x192'
/>
<link
href='/assets/android-chrome-512x512.png'
rel='apple-touch-icon'
sizes='512x512'
/>
<link
href='/assets/apple-touch-icon.png'
rel='apple-touch-icon'
sizes='180x180'
/>
<link
href='/assets/favicon-16x16.png'
rel='icon'
sizes='16x16'
type='image/png'
/>
<link
href='/assets/favicon-32x32.png'
rel='icon'
sizes='32x32'
type='image/png'
/>
<link
href='/assets/favicon.ico'
rel='icon'
sizes='48x48'
type='image/png'
/>
<link href='/assets/site.webmanifest' rel='manifest' />
<meta content='width=device-width, initial-scale=1.0' name='viewport' />
<title>AIChats</title>
</head>
<body>
<div id="root"></div>
<script src='/src/main.tsx' type='module'></script>
</body>
</html>