blob: c9584f3dd438428f2d0bb99031a4d299a84c3fc5 (
plain)
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
|
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Tilo: Interactive Tree of Life</title>
<meta name="description" content="An online tool for visually exploring the biological Tree of Life"/>
<link rel="icon" href="/favicon.png" />
<link rel="preload" href="/font/Ubuntu-Regular.woff2" as="font" type="font/woff2" crossorigin/>
<!-- Meta tags for Open Graph / Facebook -->
<meta property="og:type" content="website">
<meta property="og:url" content="https://terryt.dev/tilo/">
<meta property="og:title" content="Tilo: Interactive Tree of Life">
<meta property="og:description" content="An online tool for visually exploring the biological Tree of Life">
<meta property="og:image" content="https://terryt.dev/tilo/tilo.jpg">
<!-- Meta tags for Twitter -->
<meta property="twitter:card" content="summary_large_image">
<meta property="twitter:url" content="https://terryt.dev/tilo/">
<meta property="twitter:title" content="Tilo: Interactive Tree of Life">
<meta property="twitter:description" content="An online tool for visually exploring the biological Tree of Life">
<meta property="twitter:image" content="https://terryt.dev/tilo/tilo.jpg">
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
|