19 lines
944 B
HTML
19 lines
944 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="灵犀学 - 一站式互动内容服务平台,趣味化互动体验,智能工具提升管理效率" />
|
|
<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>灵犀学 - 一站式互动内容服务平台</title>
|
|
</head>
|
|
<body class="antialiased">
|
|
<div id="app"></div>
|
|
<script type="module" src="/src/main.ts"></script>
|
|
</body>
|
|
</html>
|