|
7 | 7 | <meta property="og:type" content="website"> |
8 | 8 | <meta property="og:author" content='https://ivesvh.com'> |
9 | 9 | <meta property="og:title" content="CodeSandbox"> |
| 10 | + <meta property="og:site_name" content="CodeSandbox"> |
10 | 11 | <meta property="og:description" content="CodeSandbox is an online editor tailored for web applications."> |
11 | 12 | <meta property="og:image" content="https://codesandbox.io/static/img/banner.png"> |
12 | 13 | <meta property="og:image:width" content="1200"> |
13 | 14 | <meta property="og:image:height" content="630"> |
14 | 15 | <meta property="twitter:card" content="summary_large_image"> |
15 | | - <meta property="twitter:site" content="@CompuIves"> |
16 | | - <meta property="twitter:creator" content='@CompuIves'> |
| 16 | + <meta property="twitter:site" content="@codesandboxapp"> |
17 | 17 | <meta property="twitter:title" content="CodeSandbox - Editor"> |
18 | 18 | <meta property="twitter:description" content="An online editor tailored for web application development."> |
19 | 19 | <meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png"> |
|
23 | 23 | <link rel="shortcut icon" href="./favicon.ico"> |
24 | 24 | <link rel="manifest" href="/manifest.json"> |
25 | 25 | <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source+Code+Pro:500" rel="stylesheet"> |
| 26 | + <!-- Injected by server: --> |
| 27 | + <!-- {{OEMBED TAG}} --> |
| 28 | + |
26 | 29 | <title>CodeSandbox</title> |
27 | 30 |
|
28 | 31 | <!-- AMD Loader for Monaco --> |
|
83 | 86 | </svg> |
84 | 87 | </div> |
85 | 88 | </div> |
86 | | - <!-- |
87 | | - This HTML file is a template. |
88 | | - If you open it directly in the browser, you will see an empty page. |
89 | | -
|
90 | | - You can add webfonts, meta tags, or analytics to this file. |
91 | | - The build step will place the bundled scripts into the <body> tag. |
92 | | -
|
93 | | - To begin the development, run `npm start` in this folder. |
94 | | - To create a production bundle, use `npm run build`. |
95 | | - --> |
96 | 89 | </body> |
97 | 90 |
|
98 | 91 | </html> |
0 commit comments