19 lines
960 B
HTML
19 lines
960 B
HTML
<!doctype html>
|
||
<html lang="zh-CN">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||
<meta name="description" content="新学小乐 - AI驱动的智慧教育生态平台,游戏化激发学习兴趣,AI智能批改提升教学效率" />
|
||
<meta name="keywords" content="新学小乐,AI教育,智慧学习,游戏化学习,AI批改,智能教育" />
|
||
<link rel="preconnect" href="https://fonts.googleapis.com" />
|
||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin />
|
||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800;900&display=swap" rel="stylesheet" />
|
||
<title>新学小乐 - AI驱动的智慧教育生态平台</title>
|
||
</head>
|
||
<body class="antialiased">
|
||
<div id="app"></div>
|
||
<script type="module" src="/src/main.ts"></script>
|
||
</body>
|
||
</html>
|