index.html
729 bytes
| 1 | <!DOCTYPE html> |
|---|---|
| 2 | <html lang=""> |
| 3 | <head> |
| 4 | <meta charset="UTF-8"> |
| 5 | <link rel="icon" href="/favicon.ico"> |
| 6 | <meta name="viewport" content="width=device-width, initial-scale=1.0"> |
| 7 | <title>SplitApp — Group Travel Companion</title> |
| 8 | <link rel="preconnect" href="https://fonts.googleapis.com"> |
| 9 | <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin> |
| 10 | <link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&display=swap" rel="stylesheet"> |
| 11 | <link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css"> |
| 12 | </head> |
| 13 | <body> |
| 14 | <div id="app"></div> |
| 15 | <script type="module" src="/src/main.ts"></script> |
| 16 | </body> |
| 17 | </html> |
| 18 | |