Files
xdechat-web/index.html
刘昊昕 ca27603fd2 commit
2025-10-17 22:59:41 +08:00

15 lines
412 B
HTML

<!doctype html>
<html lang="en" class="light">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/logo.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>慧通大模型</title>
</head>
<body>
<div id="app"></div>
<script src="/env.js"></script>
<script type="module" src="/src/main.js"></script>
</body>
</html>