-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
17 lines (17 loc) · 1.05 KB
/
index.html
File metadata and controls
17 lines (17 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval' https://cdn.platform.openai.com https://chatgpt.com https://cdn.openai.com; connect-src 'self' https://chatgpt.com https://sentinel.openai.com https://*.oaiusercontent.com https://api.openai.com https://browser-intake-datadoghq.com https://api-js.mixpanel.com https://chatkit-link-backend.onrender.com; style-src 'self' 'unsafe-inline' https://cdn.openai.com; font-src 'self' https://cdn.openai.com; img-src 'self' data: blob: https:; frame-src 'self' https://cdn.platform.openai.com; worker-src 'self' blob:;">
<title>ChatKit Link - Demo Your Workflows</title>
<script
src="https://cdn.platform.openai.com/deployments/chatkit/chatkit.js"
async
></script>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.jsx"></script>
</body>
</html>