-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 1.17 KB
/
index.html
File metadata and controls
16 lines (16 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta http-equiv="Content-Security-Policy" content="default-src 'self'; script-src 'self' 'unsafe-inline' 'unsafe-eval'; style-src 'self' 'unsafe-inline' https://fonts.googleapis.com; font-src 'self' data: https://fonts.gstatic.com; img-src 'self' data: blob:; frame-src 'self' http://localhost:*; connect-src 'self' https://api.openai.com https://api.anthropic.com https://generativelanguage.googleapis.com https://openrouter.ai https://github.com https://api.github.com https://supabase.com https://api.supabase.com https://api.vercel.com https://vercel.com http://localhost:* ws://localhost:*;" />
<link rel="icon" type="image/png" sizes="32x32" href="/assets/icon/web/favicon-32x32.png" />
<link rel="icon" type="image/png" sizes="16x16" href="/assets/icon/web/favicon-16x16.png" />
<link rel="apple-touch-icon" sizes="192x192" href="/assets/icon/web/favicon-192x192.png" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>🌟 Prestige-AI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>