forked from eigent-ai/eigent
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
59 lines (59 loc) · 1.99 KB
/
index.html
File metadata and controls
59 lines (59 loc) · 1.99 KB
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
49
50
51
52
53
54
55
56
57
58
59
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/x-icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- Content Security Policy: CDN allowlist for agent-generated HTML -->
<meta
http-equiv="Content-Security-Policy"
content="
script-src 'self' 'unsafe-inline' 'unsafe-eval'
https://cdn.amplitude.com
https://cdnjs.cloudflare.com
https://cdn.jsdelivr.net
https://unpkg.com
https://ajax.googleapis.com
https://code.jquery.com
https://stackpath.bootstrapcdn.com
https://cdn.tailwindcss.com
https://cdn.plot.ly
https://d3js.org
https://cdn.datatables.net
https://cdn.chart.js
https://cdn.canvasjs.com
https://cdn.amcharts.com
https://threejs.org
https://pixijs.download
https://cdn.babylonjs.com
https://aframe.io
https://cesium.com
https://cdn.lottiefiles.com
https://cdn.socket.io
https://cdn.firebase.com
https://maps.googleapis.com
https://api.mapbox.com
https://cdn.tiny.cloud
https://cdn.ckeditor.com
https://cdn.quilljs.com
https://cdn.mathjax.org
https://cdn.ethers.io
https://cdn.auth0.com
https://cdn.plyr.io
https://vjs.zencdn.net
https://cdn.dashjs.org
https://cdn.npmmirror.com
https://registry.npmmirror.com;
worker-src 'self' blob:;
child-src 'self' blob:;
frame-src 'self' localfile: blob: data:;
"
/>
<script src="https://cdn.amplitude.com/libs/analytics-browser-2.11.1-min.js.gz"></script><script src="https://cdn.amplitude.com/libs/plugin-session-replay-browser-1.8.0-min.js.gz"></script><script>window.amplitude.add(window.sessionReplay.plugin({sampleRate: 1}));window.amplitude.init('87ce6adbb14b24ffe1703d18bf405e40', {"autocapture":{"elementInteractions":true}});</script>
<title>Eigent</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>