diff options
| author | Terry Truong <terry06890@gmail.com> | 2022-10-11 00:34:42 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2022-10-11 00:35:50 +1100 |
| commit | 6a46c220406477914c01a77c47016575aab8bdde (patch) | |
| tree | 6509f4ae4da9c874df6fefd8b6bdf4b7513e785b /index.html | |
| parent | 4aa28afe7bead19f633e2ce8829a66b7c65ea746 (diff) | |
Add global store, do general refactor
Resolve typescript issues
Make terminology more consistent
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 22 |
1 files changed, 11 insertions, 11 deletions
@@ -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> |
