aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorTerry Truong <terry06890@gmail.com>2022-10-11 00:34:42 +1100
committerTerry Truong <terry06890@gmail.com>2022-10-11 00:35:50 +1100
commit6a46c220406477914c01a77c47016575aab8bdde (patch)
tree6509f4ae4da9c874df6fefd8b6bdf4b7513e785b /index.html
parent4aa28afe7bead19f633e2ce8829a66b7c65ea746 (diff)
Add global store, do general refactor
Resolve typescript issues Make terminology more consistent
Diffstat (limited to 'index.html')
-rw-r--r--index.html22
1 files changed, 11 insertions, 11 deletions
diff --git a/index.html b/index.html
index 09d25a7..d06306a 100644
--- a/index.html
+++ b/index.html
@@ -1,14 +1,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>
+ <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>