hub / model.html
amirmh's picture
Audit pass: merge duplicate docs (57 total), fix ADR index links, header overflow, mobile tables, members button in header, WebP illustrations
612e777 verified
Raw
History Blame Contribute Delete
1.15 kB
<!DOCTYPE html>
<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,&lt;svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"&gt;&lt;rect width="32" height="32" rx="6" fill="%230a1628"/&gt;&lt;text x="16" y="22" font-family="monospace" font-size="15" font-weight="bold" text-anchor="middle" fill="%2300b4d8"&gt;AI&lt;/text&gt;&lt;/svg&gt;' 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>