|
2 | 2 | <html lang="en">
|
3 | 3 | <head>
|
4 | 4 | <meta charset="UTF-8" />
|
| 5 | + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 6 | + <meta name="theme-color" content="#edf2f7" /> |
| 7 | + |
5 | 8 | <link rel="apple-touch-icon" sizes="180x180" href="/src/assets/favicon/apple-touch-icon.png">
|
6 | 9 | <link rel="icon" type="image/png" sizes="32x32" href="/src/assets/favicon/favicon-32x32.png">
|
7 | 10 | <link rel="icon" type="image/png" sizes="16x16" href="/src/assets/favicon/favicon-16x16.png">
|
8 | 11 | <link rel="shortcut icon" type="image/x-icon" href="/src/assets/favicon/favicon.ico" />
|
9 | 12 | <link rel="manifest" href="/src/assets/favicon/site.webmanifest">
|
10 |
| - <meta name="viewport" content="width=device-width, initial-scale=1.0" /> |
| 13 | + |
| 14 | + <meta name="twitter:card" content="summary_large_image" /> |
| 15 | + <meta name="twitter:site" content="@thanhsonng211" /> |
| 16 | + <meta name="twitter:creator" content="@thanhsonng211" /> |
| 17 | + <meta name="twitter:title" content="Algorithms Visualizer" /> |
| 18 | + <meta name="twitter:description" content="Visualization of common pathfinding algorithms" /> |
| 19 | + <meta name="twitter:image:src" content="/src/images/site-screenshot.png" /> |
| 20 | + <meta name="twitter:image:alt" content="Beautiful user interface of the site" /> |
| 21 | + |
| 22 | + <meta property="og:url" content="https://algorithms.sonng.dev" /> |
| 23 | + <meta property="og:site_name" content="Algorithms Visualizer" /> |
| 24 | + <meta property="og:title" content="Algorithms Visualizer" /> |
| 25 | + <meta property="og:description" content="Visualization of common pathfinding algorithms" /> |
| 26 | + <meta property="og:image" content="/src/images/site-screenshot.png" /> |
| 27 | + <meta property="og:image:alt" content="Beautiful user interface of the site" /> |
| 28 | + |
11 | 29 | <title>Algorithms Visualizer</title>
|
12 | 30 | </head>
|
13 | 31 | <body>
|
|
0 commit comments