yk-web/index.html

24 lines
750 B
HTML
Raw Normal View History

2026-04-30 11:04:48 +08:00
<!doctype html>
<html lang="zh-CN">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="description" content="柚康 - 医疗行业患者全周期管理服务数智化升级服务" />
<link rel="icon" type="image/png" href="/assets/logo.png" />
<link rel="apple-touch-icon" href="/assets/logo.png" />
2026-04-30 11:04:48 +08:00
<title>柚康|患者精细化管理服务平台</title>
<script>
if ('scrollRestoration' in history) {
history.scrollRestoration = 'manual'
}
if (!location.hash) {
scrollTo(0, 0)
}
</script>
2026-04-30 11:04:48 +08:00
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>