aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: f16700cac8573b4ce4e6c007f7c60a35c5b5f3ae (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
28
<!DOCTYPE html>
<html lang="en">
	<head>
		<meta charset="UTF-8" />
		<meta name="viewport" content="width=device-width, initial-scale=1.0" />
		<title>Chrona: Interactive Historical Timeline</title>
		<meta name="title" content="Chrona: Interactive Historial Timeline">
		<meta name="description" content="An online tool for visually exploring historical events">
		<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/chrona/">
		<meta property="og:title" content="Chrona: Interactive Historial Timeline">
		<meta property="og:description" content="An online tool for visually exploring historical events">
		<meta property="og:image" content="https://terryt.dev/chrona/chrona.jpg">
		<!-- Meta tags for Twitter -->
		<meta property="twitter:card" content="summary_large_image">
		<meta property="twitter:url" content="https://terryt.dev/chrona/">
		<meta property="twitter:title" content="Chrona: Interactive Historial Timeline">
		<meta property="twitter:description" content="An online tool for visually exploring historical events">
		<meta property="twitter:image" content="https://terryt.dev/chrona/chrona.jpg">
	</head>
	<body style="touch-action: none">
		<div id="app"></div>
		<script type="module" src="/src/main.ts"></script>
	</body>
</html>