diff options
| author | Terry Truong <terry06890@gmail.com> | 2023-01-28 17:48:41 +1100 |
|---|---|---|
| committer | Terry Truong <terry06890@gmail.com> | 2023-01-28 17:48:41 +1100 |
| commit | 0d8eba5548db35d13cda6d4632786afba6140e1e (patch) | |
| tree | 679f5e1f0c187c8edc668530fd695f9b45dafee0 /index.html | |
| parent | 3b397ecf5b061797f4e16ab30d204055912b81e8 (diff) | |
Finalise for version 0.9
Add github and license links
Add meta tags and image
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -4,8 +4,22 @@ <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> |
