2026-04-05 23:43:24 +08:00
|
|
|
<!doctype html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
|
2026-04-07 10:35:50 +08:00
|
|
|
<link rel="manifest" href="/manifest.json">
|
2026-04-05 23:43:24 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2026-04-07 10:35:50 +08:00
|
|
|
<meta name="theme-color" content="#52c41a">
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes">
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
|
2026-04-06 22:05:06 +08:00
|
|
|
<title>中关村医疗器械园智慧能源管理平台</title>
|
2026-04-05 23:43:24 +08:00
|
|
|
</head>
|
|
|
|
|
<body>
|
|
|
|
|
<div id="root"></div>
|
|
|
|
|
<script type="module" src="/src/main.tsx"></script>
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|