carepath-api / scribe /frontend /index.html
tranth3truong's picture
Deploy CP-UX-17: public demo hub, same-origin API, one design world
aacc29a
Raw
History Blame Contribute Delete
2.33 kB
<!doctype html>
<html lang="vi">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta
name="description"
content="CarePath dịch buổi khám và đọc giấy tờ y tế tiếng Việt cho người bệnh nước ngoài — đơn thuốc, phiếu xét nghiệm, giấy ra viện. Nội dung có rủi ro được giữ lại cho tới khi bác sĩ xác nhận."
/>
<meta name="theme-color" content="#0f2e5c" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<!-- The same app is served from both Vercel and the Hugging Face Space.
Without this, the two are duplicate content and Google may index the
Space URL instead of the public one. -->
<link rel="canonical" href="https://carepath-medicaltranslation.vercel.app/" />
<!-- Link previews. This link gets pasted into Zalo and Messenger far more
often than it gets searched for, and a bare URL reads as unfinished. -->
<meta property="og:type" content="website" />
<meta property="og:site_name" content="CarePath" />
<meta property="og:locale" content="vi_VN" />
<meta property="og:url" content="https://carepath-medicaltranslation.vercel.app/" />
<meta
property="og:title"
content="CarePath — Khám song ngữ cho người bệnh nước ngoài"
/>
<meta
property="og:description"
content="Dịch buổi khám và đọc đơn thuốc tiếng Việt. Liều thuốc và tên thuốc dễ nhầm được giữ lại cho tới khi bác sĩ xác nhận."
/>
<meta
property="og:image"
content="https://carepath-medicaltranslation.vercel.app/og.png"
/>
<meta property="og:image:width" content="1200" />
<meta property="og:image:height" content="630" />
<meta
property="og:image:alt"
content="Đơn thuốc tiếng Việt với bản dịch tiếng Anh dưới mỗi dòng; dòng có liều thuốc được đánh dấu chờ bác sĩ xác nhận."
/>
<meta name="twitter:card" content="summary_large_image" />
<title>CarePath — Khám song ngữ cho người bệnh nước ngoài</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>