aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: a40a2af5b71e3a0bd830efd66858c389f86d9918 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8" />
		<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" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
	</head>
	<body>
		<div id="app"></div>
		<script type="module" src="/src/main.ts"></script>
	</body>
</html>