TokenTrace / client /src /index.html
cccmmd
fix: move Integrated Lab card to last position on homepage
19ef509
Raw
History Blame Contribute Delete
1.85 kB
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="UTF-8">
<title></title>
<meta name="description"
content="信息透镜——探索大模型内部的可视化工具箱。因果流、信息高亮、上下文归因、逐层解码、分支树、原始对话">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" type="text/css" href="home.css">
</head>
<body class="nav-landing-page">
<!-- INCLUDE partials/app-header.html -->
<main class="nav-landing-main">
<p class="nav-landing-slogan" data-page-subtitle data-i18n></p>
<nav class="nav-landing-module-grid" aria-label="App pages">
<a class="nav-landing-module-cell" href="causal_flow.html" target="_blank" rel="noopener" data-nav-page="causalFlow" data-i18n="title"></a>
<a class="nav-landing-module-cell" href="analysis.html" target="_blank" rel="noopener" data-nav-page="analysis" data-i18n="title"></a>
<a class="nav-landing-module-cell" href="attribution.html" target="_blank" rel="noopener" data-nav-page="attribution" data-i18n="title"></a>
<a class="nav-landing-module-cell" href="logit_lens.html" target="_blank" rel="noopener" data-nav-page="logitLens" data-i18n="title"></a>
<a class="nav-landing-module-cell" href="branch_tree.html" target="_blank" rel="noopener" data-nav-page="branchTree" data-i18n="title"></a>
<a class="nav-landing-module-cell" href="chat.html" target="_blank" rel="noopener" data-nav-page="chat" data-i18n="title"></a>
<a class="nav-landing-module-cell" href="integrated.html" target="_blank" rel="noopener" data-nav-page="integrated" data-i18n="title"></a>
</nav>
</main>
<script src="vendor.js"></script>
<script src="home.js"></script>
</body>
</html>