kindergarten/reading-platform-frontend/index.html

19 lines
558 B
HTML
Raw Normal View History

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<!-- 设置移动端浏览器顶部状态栏背景色,避免显示为默认黑色 -->
<meta name="theme-color" content="#ffffff" />
<title>幼儿阅读教学服务平台</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>