-
Notifications
You must be signed in to change notification settings - Fork 26
Expand file tree
/
Copy pathindex.html
More file actions
16 lines (16 loc) · 923 Bytes
/
index.html
File metadata and controls
16 lines (16 loc) · 923 Bytes
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 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' blob:; style-src 'self' 'unsafe-inline'; img-src 'self' data: https: blob: local-asset:; connect-src 'self' https://api.wavespeed.ai https://*.wavespeed.ai https://*.cloudfront.net https://raw.githubusercontent.com https://github.com https://*.github.com https://*.githubusercontent.com https://unpkg.com https://cdn.jsdelivr.net https://huggingface.co https://*.huggingface.co https://*.hf.co blob: data:; media-src 'self' https: blob: local-asset:; worker-src 'self' blob:"
/>
<title>WaveSpeed Desktop</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>