ai_learn_node/frontend/index.html

14 lines
368 B
HTML
Raw Normal View History

2026-01-13 01:59:40 +00:00
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
2026-01-28 08:01:41 +00:00
<link rel="icon" type="image/svg+xml" href="./vite.svg" />
2026-01-13 01:59:40 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>AI学习平台</title>
</head>
<body>
<div id="root"></div>
2026-01-28 07:21:20 +00:00
<script type="module" src="./src/main.tsx"></script>
2026-01-13 01:59:40 +00:00
</body>
</html>