blob: 44e8deb5df5b51117b9a95998ed2cc026cee553c (
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" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Chrona: Interactive Historical Timeline</title>
<link rel="icon" href="/favicon.png" />
<link rel="preload" href="/font/Ubuntu-Regular.woff2" as="font" type="font/woff2" crossorigin/>
</head>
<body style="touch-action: none">
<div id="app"></div>
<script type="module" src="/src/main.ts"></script>
</body>
</html>
|