Spaces:
Running
Running
| <html lang="en"> | |
| <head> | |
| <meta charset="UTF-8" /> | |
| <link rel="icon" type="image/svg+xml" href="/favicon.svg" /> | |
| <meta name="viewport" content="width=device-width, initial-scale=1.0" /> | |
| <title>TextBro — Text to Video Studio</title> | |
| <meta name="description" content="Turn text, HTML, images, or PDFs into video-ready screenshots using AI." /> | |
| <meta name="color-scheme" content="light dark" /> | |
| <!-- Inter (variable + Inter Display optical size) and JetBrains Mono. | |
| Inter is loaded with the modern variable-font endpoint so we get | |
| every weight in one file and the entire `font-feature-settings` | |
| stack we set in index.css works correctly. --> | |
| <link rel="preconnect" href="https://fonts.googleapis.com" /> | |
| <link rel="preconnect" href="https://fonts.gstatic.com" crossorigin /> | |
| <link | |
| href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Inter+Display:wght@500;600;700&family=JetBrains+Mono:wght@400;500&display=swap" | |
| rel="stylesheet" | |
| /> | |
| <!-- Devanagari fonts for thumbnails / titles that contain Devanagari script. | |
| Noto Sans Devanagari is the workhorse (every weight); Tiro Devanagari | |
| Sanskrit is a higher-contrast display face we use for chapter labels. --> | |
| <link | |
| href="https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@400;500;600;700;800;900&family=Tiro+Devanagari+Sanskrit&display=swap" | |
| rel="stylesheet" | |
| /> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <script type="module" src="/src/main.tsx"></script> | |
| </body> | |
| </html> | |