|
4 | 4 | <head> |
5 | 5 | <meta charset="utf-8"> |
6 | 6 | <meta name="viewport" content="width=device-width, initial-scale=1"> |
7 | | - <!--<meta name="viewport" content="width=device-width, initial-scale=1">--> |
8 | 7 | <meta property="og:type" content="website"> |
9 | 8 | <meta property="og:author" content='https://ivesvh.com'> |
10 | 9 | <meta property="og:title" content="CodeSandbox"> |
11 | | - <meta property="og:description" content="CodeSandbox is an online editor |
12 | | - tailored for web applications."> |
13 | | - <meta property="og:image" |
14 | | - content="https://codesandbox.io/static/img/banner.png"> |
| 10 | + <meta property="og:description" content="CodeSandbox is an online editor tailored for web applications."> |
| 11 | + <meta property="og:image" content="https://codesandbox.io/static/img/banner.png"> |
15 | 12 | <meta property="og:image:width" content="1200"> |
16 | 13 | <meta property="og:image:height" content="630"> |
17 | 14 | <meta property="twitter:card" content="summary_large_image"> |
18 | 15 | <meta property="twitter:site" content="@CompuIves"> |
19 | 16 | <meta property="twitter:creator" content='@CompuIves'> |
20 | 17 | <meta property="twitter:title" content="CodeSandbox Embed"> |
21 | | - <meta property="twitter:description" content="An online editor tailored for |
22 | | - web application development."> |
23 | | - <meta property="twitter:image:src" |
24 | | - content="https://codesandbox.io/static/img/banner.png"> |
| 18 | + <meta property="twitter:description" content="An online editor tailored for web application development."> |
| 19 | + <meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png"> |
25 | 20 | <meta property="twitter:image:width" content="1200"> |
26 | 21 | <meta property="twitter:image:height" content="630"> |
27 | 22 | <meta name="theme-color" content="#40A9F3"> |
28 | | - <meta name="description" content="CodeSandbox is an online editor tailored |
29 | | - for web applications."> |
30 | | - <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" |
31 | | - rel="stylesheet"> |
| 23 | + <meta name="description" content="CodeSandbox is an online editor tailored for web applications."> |
| 24 | + <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet"> |
32 | 25 | <link rel="manifest" href="/manifest.json"> |
33 | 26 | <link rel="shortcut icon" href="/favicon.ico"> |
34 | 27 | <title>Embed - CodeSandbox</title> |
35 | 28 | <!-- Google Tag Manager --> |
36 | 29 | <script> |
37 | | - (function (w, d, s, l, i) { |
38 | | - w[l] = w[l] || []; w[l].push({ |
39 | | - 'gtm.start': |
40 | | - new Date().getTime(), event: 'gtm.js' |
41 | | - }); var f = d.getElementsByTagName(s)[0], |
42 | | - j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = |
43 | | - 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); |
44 | | - })(window, document, 'script', 'dataLayer', 'GTM-T3L6RFK'); |
45 | | - </script> |
| 30 | + (function (w, d, s, l, i) { |
| 31 | + w[l] = w[l] || []; w[l].push({ |
| 32 | + 'gtm.start': |
| 33 | + new Date().getTime(), event: 'gtm.js' |
| 34 | + }); var f = d.getElementsByTagName(s)[0], |
| 35 | + j = d.createElement(s), dl = l != 'dataLayer' ? '&l=' + l : ''; j.async = true; j.src = |
| 36 | + 'https://www.googletagmanager.com/gtm.js?id=' + i + dl; f.parentNode.insertBefore(j, f); |
| 37 | + })(window, document, 'script', 'dataLayer', 'GTM-T3L6RFK'); |
| 38 | + </script> |
46 | 39 | <!-- End Google Tag Manager --> |
47 | 40 |
|
48 | 41 | <!-- AMD Loader for Monaco --> |
49 | 42 | <script src="/public/13/vs/loader.js"></script> |
50 | | - <script>window.require.config({url:"/public/13/vs/loader.js",paths:{vs:"/public/13/vs"}})</script> |
| 43 | + <script> |
| 44 | + window.require.config({ |
| 45 | + url:"/public/13/vs/loader.js", |
| 46 | + paths:{vs:"/public/13/vs"} |
| 47 | + }); |
| 48 | + </script> |
| 49 | + |
| 50 | + <!-- {{SANDBOX_DATA}} --> |
51 | 51 | </head> |
52 | 52 |
|
53 | | - <body style="margin: 0; padding: 0; background-color: #1C2022; overflow: |
54 | | - hidden;"> |
| 53 | + <body style="margin: 0; padding: 0; background-color: #1C2022; overflow: hidden;"> |
55 | 54 | <!-- Google Tag Manager (noscript) --> |
56 | 55 | <noscript> |
57 | 56 | <iframe src="https://www.googletagmanager.com/ns.html?id=GTM-T3L6RFK" |
|
0 commit comments