2026-05-25 16:33:04 +08:00

19 lines
935 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 智能教学服务平台,趣味化精准学习,智能化应用赋能教学管理" />
<meta name="keywords" content="灵犀学,互动平台,内容服务,趣味闯关,数据分析,智能工具" />
<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>