17 lines
667 B
HTML
17 lines
667 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, maximum-scale=1.0, user-scalable=no" />
|
|
<meta name="theme-color" content="#1677ff" />
|
|
<meta name="description" content="家庭药品与应急物资管理系统" />
|
|
<link rel="apple-touch-icon" href="/icons/icon-192x192.png" />
|
|
<link rel="manifest" href="/manifest.json" />
|
|
<title>药箱 - 家庭药品管理</title>
|
|
</head>
|
|
<body>
|
|
<div id="root"></div>
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
</body>
|
|
</html> |