| 12345678910111213 |
- <!DOCTYPE html>
- <html lang="zh-CN">
- <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' http://localhost:5173 http://localhost:*; style-src 'self' 'unsafe-inline'; connect-src 'self' http://localhost:5173 http://localhost:* ws://localhost:5173 ws://localhost:* https://ai-anim.com; img-src 'self' data: https: blob:; font-src 'self' data:; worker-src 'self' blob:;">
- <title>Auto Android Controller</title>
- </head>
- <body>
- <div id="root"></div>
- <script type="module" src="/src/main.jsx"></script>
- </body>
- </html>
|