-
Notifications
You must be signed in to change notification settings - Fork 5
Expand file tree
/
Copy pathindex.html
More file actions
87 lines (84 loc) · 3.48 KB
/
Copy pathindex.html
File metadata and controls
87 lines (84 loc) · 3.48 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, viewport-fit=cover"
/>
<meta name="theme-color" content="#103f35" />
<meta name="application-name" content="Deana" />
<meta name="apple-mobile-web-app-title" content="Deana" />
<meta
name="keywords"
content="private DNA reports, browser DNA analysis, raw DNA upload, genetic traits, carrier status, health insights, evidence-backed DNA findings, 23andMe, AncestryDNA, MyHeritage, FamilyTreeDNA"
/>
<meta
name="description"
content="Deana turns raw DNA files into private browser reports for health insights, carrier status, traits, and evidence-backed findings."
/>
<meta name="robots" content="index, follow, max-image-preview:large" />
<link rel="canonical" href="https://deana.app/" />
<link rel="icon" href="/favicon.ico" sizes="32x32" />
<link rel="icon" type="image/svg+xml" href="/favicon.svg" />
<link rel="icon" type="image/png" href="/favicon-96x96.png" sizes="96x96" />
<link rel="apple-touch-icon" href="/apple-touch-icon.png" sizes="180x180" />
<link rel="manifest" href="/site.webmanifest" />
<meta property="og:site_name" content="Deana" />
<meta property="og:type" content="website" />
<meta property="og:url" content="https://deana.app/" />
<meta
property="og:title"
content="Deana - Private DNA Reports, Built in Your Browser"
/>
<meta
property="og:description"
content="Deana turns raw DNA files into private browser reports for health insights, carrier status, traits, and evidence-backed findings."
/>
<meta property="og:image" content="https://deana.app/og-image.png" />
<meta property="og:image:secure_url" content="https://deana.app/og-image.png" />
<meta property="og:image:type" content="image/png" />
<meta property="og:image:width" content="1731" />
<meta property="og:image:height" content="909" />
<meta
property="og:image:alt"
content="Deana preview showing private DNA reports built in your browser."
/>
<meta name="twitter:card" content="summary_large_image" />
<meta
name="twitter:title"
content="Deana - Private DNA Reports, Built in Your Browser"
/>
<meta
name="twitter:description"
content="Deana turns raw DNA files into private browser reports for health insights, carrier status, traits, and evidence-backed findings."
/>
<meta name="twitter:image" content="https://deana.app/og-image.png" />
<meta
name="twitter:image:alt"
content="Deana preview showing private DNA reports built in your browser."
/>
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebApplication",
"name": "Deana",
"url": "https://deana.app/",
"description": "Deana turns raw DNA files into private browser reports for health insights, carrier status, traits, and evidence-backed findings.",
"applicationCategory": "HealthApplication",
"operatingSystem": "Any modern browser",
"image": "https://deana.app/og-image.png",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "USD"
}
}
</script>
<title>Deana - Private DNA Reports, Built in Your Browser</title>
</head>
<body>
<div id="root"></div>
<script type="module" src="/src/main.tsx"></script>
</body>
</html>