| 1 | <!-- |
| 2 | * @Author: nevin |
| 3 | * @Date: 2025-01-17 19:25:29 |
| 4 | * @LastEditTime: 2025-01-17 19:45:44 |
| 5 | * @LastEditors: nevin |
| 6 | * @Description: |
| 7 | --> |
| 8 | <!DOCTYPE html> |
| 9 | <html lang="en"> |
| 10 | <head> |
| 11 | <meta charset="UTF-8" /> |
| 12 | <link rel="icon" type="image/x-icon" href="/favicon.ico" /> |
| 13 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 14 | <meta http-equiv="Content-Security-Policy" content="script-src 'self' 'unsafe-inline';" /> |
| 15 | <title>哎哟赚AiToEarn</title> |
| 16 | </head> |
| 17 | <body> |
| 18 | <div id="root"></div> |
| 19 | <script type="module" src="/src/main.tsx"></script> |
| 20 | </body> |
| 21 | </html> |
| 22 |