aboutsummaryrefslogtreecommitdiff
path: root/index.html
blob: 09d25a7a9683a230f8b7c7e53d7b6f1b3aa9598c (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>Histplorer</title>
	<link rel="icon" href="/favicon.png" />
	<link rel="preload" href="/font/Ubuntu-Regular.woff2" as="font" type="font/woff2" crossorigin/>
  </head>
  <body>
    <div id="app"></div>
    <script type="module" src="/src/main.ts"></script>
  </body>
</html>