MaxKB/ui/entry/chat/index.html
shaohuzhang1 67ec3c15f8
Some checks are pending
sync2gitee / repo-sync (push) Waiting to run
feat: build ui (#3254)
2025-06-13 16:48:55 +08:00

15 lines
372 B
HTML

<!doctype html>
<html lang="">
<head>
<meta charset="UTF-8" />
<link rel="icon" href="/favicon.ico" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<base target="_blank" />
<title>%VITE_APP_TITLE%</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/chat.ts"></script>
</body>
</html>