| <html lang="en"> | |
| <head> | |
| <meta charset="utf-8"/> | |
| <meta name="viewport" content="width=device-width,initial-scale=1"/> | |
| <title>Interactive Financial Model: Travi AI Agent</title> | |
| <link href='data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><rect width="32" height="32" rx="6" fill="%230a1628"/><text x="16" y="22" font-family="monospace" font-size="15" font-weight="bold" text-anchor="middle" fill="%2300b4d8">AI</text></svg>' rel="icon"/> | |
| <script> | |
| /* Same soft gate as the hub: unlock there first. */ | |
| if (sessionStorage.getItem('tai_hub_auth') !== '1') { location.replace('hub.html'); } | |
| </script> | |
| <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=Playfair+Display:wght@600;700&family=JetBrains+Mono:wght@400;500;600;700&display=swap" rel="stylesheet"> | |
| <link rel="stylesheet" href="assets/css/model.css"/> | |
| </head> | |
| <body> | |
| <div id="root"></div> | |
| <script src="assets/js/model.bundle.js"></script> | |
| </body> | |
| </html> | |