Files
chat-one-web/index.html
alboped b1fb19f404
All checks were successful
CI / build (push) Successful in 2m19s
ui: 新增logo;
2026-04-13 00:50:51 +08:00

15 lines
458 B
HTML

<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="icon" type="image/png" sizes="32x32" href="/favicon.png" />
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png" />
<title>Chat One Web</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>