-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·14 lines (14 loc) · 1 KB
/
index.html
File metadata and controls
executable file
·14 lines (14 loc) · 1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en" class="dark">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self'; style-src 'self' 'unsafe-inline'; font-src 'self'; connect-src 'self' https://api.openai.com https://api.anthropic.com https://generativelanguage.googleapis.com https://openrouter.ai https://api.deepseek.com https://api.groq.com https://api.mistral.ai https://api.together.xyz https://api-inference.huggingface.co https://api.replicate.com https://api.x.ai https://api.fireworks.ai https://api.moonshot.cn http://localhost:* http://127.0.0.1:*; img-src 'self' data:;">
<title>AgentCHAT</title>
</head>
<body style="background: transparent !important; margin: 0; padding: 0;">
<div id="root" style="height: 100vh;"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>