42 lines
1.5 KiB
HTML
42 lines
1.5 KiB
HTML
<!doctype html>
|
|
<html lang="zh-CN">
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
<title>湛兮(花名) · 数字思维体 / Digital Mind</title>
|
|
<meta
|
|
name="description"
|
|
content="湛兮(花名) — 7 年 Web 与跨端前端工程师。一场与他的数字思维体的对话:AI 对话链路、控制台业务、跨端内容流与工程实践。"
|
|
/>
|
|
<link rel="icon" href="/favicon.svg" type="image/svg+xml" />
|
|
<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=JetBrains+Mono:wght@400;500;700&display=swap"
|
|
rel="stylesheet"
|
|
/>
|
|
<link rel="stylesheet" href="/src/styles.css" />
|
|
</head>
|
|
<body>
|
|
<canvas id="mind-canvas" aria-hidden="true"></canvas>
|
|
<div class="grid-overlay" aria-hidden="true"></div>
|
|
|
|
<header class="hud">
|
|
<div class="hud-id">
|
|
<span class="hud-name">ZHAN XI</span>
|
|
<span class="hud-sub">DIGITAL MIND · v7.0</span>
|
|
</div>
|
|
<div class="hud-status">
|
|
<span class="status-dot" aria-hidden="true"></span>
|
|
<span class="status-text">ONLINE</span>
|
|
</div>
|
|
</header>
|
|
|
|
<nav id="session-rail" aria-label="会话进度"></nav>
|
|
|
|
<main id="dialogue"></main>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
</body>
|
|
</html>
|