| 1 | <!doctype html> |
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="UTF-8" /> |
| 5 | <link rel="icon" type="image/svg+xml" href="/vite.svg" /> |
| 6 | <meta |
| 7 | name="viewport" |
| 8 | content="width=device-width, initial-scale=1, viewport-fit=cover" |
| 9 | /> |
| 10 | <title>StreetCut</title> |
| 11 | </head> |
| 12 | <body> |
| 13 | <div id="root"></div> |
| 14 | <script type="module" src="/src/main.tsx"></script> |
| 15 | </body> |
| 16 | </html> |