index.html 670 B

12345678910111213
  1. <!DOCTYPE html>
  2. <html lang="zh-CN">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <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:*; img-src 'self' data: https: blob:; font-src 'self' data:; worker-src 'self' blob:;">
  7. <title>Auto Android Controller</title>
  8. </head>
  9. <body>
  10. <div id="root"></div>
  11. <script type="module" src="/src/main.jsx"></script>
  12. </body>
  13. </html>