CytoSight / index.html
Kaifulimaan's picture
fix(e2e): update history button selector and brand site with new favicon/meta
0035111
Raw
History Blame Contribute Delete
1.11 kB
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<!-- TODO: Set the document title to the name of your application -->
<title>CytoSight - Blood & Tissue Disease Diagnosis</title>
<meta name="description" content="Unified Platform for Blood and Tissue Disease Diagnosis and Cell Morphology Analysis Using Microscopic Imaging" />
<meta name="author" content="CytoSight Team" />
<link rel="icon" type="image/png" href="/favicon.png" />
<meta property="og:title" content="CytoSight" />
<meta property="og:description" content="AI-powered Blood and Tissue Disease Diagnosis Platform" />
<meta property="og:type" content="website" />
<meta property="og:image" content="/favicon.png" />
<meta name="twitter:card" content="summary_large_image" />
<meta name="twitter:site" content="@CytoSight" />
<meta name="twitter:image" content="/favicon.png" />
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>