|
9 | 9 | <meta property="og:title" content="Editor - CodeSandbox"> |
10 | 10 | <meta property="og:description" content="CodeSandbox is an online editor with a focus on creating, sharing and importing new React projects."> |
11 | 11 | <meta property="og:image" content="https://codesandbox.io/static/img/banner.png"> |
12 | | - <meta property="og:image:width" content="1200" /> |
13 | | - <meta property="og:image:height" content="630" /> |
14 | | - <meta property="twitter:card" content="summary_large_image" /> |
15 | | - <meta property="twitter:site" content="@Ives13" /> |
16 | | - <meta property="twitter:creator" content='@Ives13' /> |
17 | | - <meta property="twitter:title" content="CodeSandbox" /> |
18 | | - <meta property="twitter:description" content="An online React editor with a focus on creating, sharing and importing" /> |
19 | | - <meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png" /> |
20 | | - <meta property="twitter:image:width" content="1200" /> |
21 | | - <meta property="twitter:image:height" content="630" /> |
22 | | - <meta name="description" content="CodeSandbox is an online platform for sharing and reusing React projects" /> |
| 12 | + <meta property="og:image:width" content="1200"> |
| 13 | + <meta property="og:image:height" content="630"> |
| 14 | + <meta property="twitter:card" content="summary_large_image"> |
| 15 | + <meta property="twitter:site" content="@Ives13"> |
| 16 | + <meta property="twitter:creator" content='@Ives13'> |
| 17 | + <meta property="twitter:title" content="CodeSandbox"> |
| 18 | + <meta property="twitter:description" content="An online React editor with a focus on creating, sharing and importing"> |
| 19 | + <meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png"> |
| 20 | + <meta property="twitter:image:width" content="1200"> |
| 21 | + <meta property="twitter:image:height" content="630"> |
| 22 | + <meta name="description" content="CodeSandbox is an online platform for sharing and reusing React projects"> |
23 | 23 | <link rel="shortcut icon" href="./favicon.ico"> |
24 | 24 | <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source+Code+Pro:500" rel="stylesheet"> |
25 | 25 | <title>Editor - CodeSandbox</title> |
|
0 commit comments