index.html
474 bytes
| 1 | <!doctype html> |
|---|---|
| 2 | <html lang="en"> |
| 3 | <head> |
| 4 | <meta charset="UTF-8" /> |
| 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | <meta name="theme-color" content="#1546d8" /> |
| 7 | <meta name="description" content="Tasteprint turns every trip into a map of the food culture you actually experienced." /> |
| 8 | <title>Tasteprint</title> |
| 9 | </head> |
| 10 | <body> |
| 11 | <div id="root"></div> |
| 12 | <script type="module" src="/src/main.tsx"></script> |
| 13 | </body> |
| 14 | </html> |
| 15 | |