|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8" />
|
5 | 5 | <meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
6 |
| - <title>Runic</title> |
| 6 | + <title>Runic - The Tunic Translation Tool</title> |
7 | 7 |
|
| 8 | + <!-- CSS --> |
8 | 9 | <link rel="stylesheet" href="./bundle/index.css" />
|
9 | 10 |
|
| 11 | + <!-- JS --> |
| 12 | + <script src="./bundle/index.js" async defer></script> |
| 13 | + |
| 14 | + <!-- Favicon --> |
10 | 15 | <link
|
| 16 | + href="./images/favicon-128.png" |
11 | 17 | rel="shortcut icon"
|
12 |
| - href="./images/favicon.png" |
13 | 18 | type="image/png"
|
| 19 | + sizes="128x128" |
14 | 20 | />
|
15 | 21 |
|
16 |
| - <script src="./bundle/index.js" async defer></script> |
| 22 | + <!-- Open Graph Tags --> |
| 23 | + <meta name="author" content="Aryan Pingle" /> |
| 24 | + <meta |
| 25 | + name="description" |
| 26 | + content="The ultimate translation tool for the video game, 'Tunic' - create, customize and share your Runic text." |
| 27 | + /> |
| 28 | + <meta |
| 29 | + property="og:title" |
| 30 | + content="Runic - The Tunic Translation Tool" |
| 31 | + /> |
| 32 | + <meta |
| 33 | + property="og:url" |
| 34 | + content="https://aryanpingle.github.io/Runic/" |
| 35 | + /> |
| 36 | + <meta property="og:type" content="website" /> |
| 37 | + <meta |
| 38 | + property="og:description" |
| 39 | + content="The ultimate translation tool for the video game, 'Tunic' - create, customize and share your Runic text." |
| 40 | + /> |
| 41 | + <meta |
| 42 | + property="og:image" |
| 43 | + content="https://raw.githubusercontent.com/aryanpingle/Runic/master/dist/images/favicon-512.png" |
| 44 | + /> |
| 45 | + <meta property="og:image:type" content="image/png" /> |
| 46 | + <meta property="og:image:width" content="512" /> |
| 47 | + <meta property="og:image:height" content="512" /> |
| 48 | + |
| 49 | + <!-- Twitter --> |
| 50 | + <meta name="twitter:card" content="summary_large_image" /> |
| 51 | + <meta name="twitter:site" content="@aryan_pingle" /> |
| 52 | + <meta name="twitter:creator" content="@aryan_pingle" /> |
| 53 | + <meta |
| 54 | + name="twitter:title" |
| 55 | + content="Runic - The Tunic Translation Tool" |
| 56 | + /> |
| 57 | + <meta |
| 58 | + name="twitter:description" |
| 59 | + content="The ultimate translation tool for the video game, 'Tunic' - create, customize and share your Runic text." |
| 60 | + /> |
| 61 | + <meta |
| 62 | + name="twitter:image" |
| 63 | + content="https://raw.githubusercontent.com/aryanpingle/Runic/master/dist/images/banner.png" |
| 64 | + /> |
17 | 65 | </head>
|
18 | 66 | <body>
|
19 | 67 | <div class="fancy-orb-background">
|
|
0 commit comments