Files
xll-bi/index.html
kkfluous c5468d7854
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
chore: set page title to 小羚羚-BI and lang to zh-CN
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-29 18:32:08 +08:00

14 lines
303 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>小羚羚-BI</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>