| <!doctype html> |
| <html lang="en"> |
|
|
| <head> |
| <meta charset="utf-8"> |
| <meta name="viewport" content="width=device-width, initial-scale=1"> |
| <meta property="og:type" content="website"> |
| <meta property="og:author" content='https://codesandbox.io'> |
| <meta property="og:title" content="CodeSandbox"> |
| <meta property="og:description" content="CodeSandbox is an online editor tailored for web applications."> |
| <meta property="og:image" content="https://codesandbox.io/static/img/banner.png"> |
| <meta property="og:image:width" content="1200"> |
| <meta property="og:image:height" content="630"> |
| <meta property="twitter:card" content="summary_large_image"> |
| <meta property="twitter:site" content="@codesandbox"> |
| <meta property="twitter:creator" content='@codesandbox'> |
| <meta property="twitter:title" content="CodeSandbox Embed"> |
| <meta property="twitter:description" content="An online editor tailored for web application development."> |
| <meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png"> |
| <meta property="twitter:image:width" content="1200"> |
| <meta property="twitter:image:height" content="630"> |
| <meta name="description" content="CodeSandbox is an online editor tailored for web applications."> |
| <link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700|Source Code Pro:500" rel="stylesheet"> |
| <link crossOrigin="anonymous" rel="preload" href="/static/fonts/inter/Inter-Regular.woff2" as="font"> |
| </link> |
| <link crossOrigin="anonymous" rel="preload" href="/static/fonts/inter/Inter-Medium.woff2" as="font"> |
| </link> |
| <link crossOrigin="anonymous" rel="preload" href="/static/fonts/inter/Inter-Bold.woff2" as="font"> |
| </link> |
| <link href="/static/fonts/inter/inter.css" rel="stylesheet"> |
| <link href="/static/fonts/monolisa.css" rel="stylesheet"> |
| </link> |
| <link rel="manifest" href="/manifest.json"> |
| <link rel="mask-icon" href="/csb-ios.svg" color="#fff"> |
| <link |
| href="data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 100 100'> |
| <style> |
| svg { |
| background: transparent; |
| } |
| path { |
| fill: black; |
| } |
| @media (prefers-color-scheme: dark) { |
| path { |
| fill: white; |
| } |
| } |
| </style> |
| <path fill-rule='evenodd' clip-rule='evenodd' d='M81.8182 18.1818V81.8182H18.1818V18.1818H81.8182ZM10 90V10H90V90H10Z'/> |
| </svg>" |
| rel="icon" |
| /> |
| <title>Embed - CodeSandbox</title> |
| <script src="/static/js/env-config.js"></script> |
| <script src="<%= webpackConfig.output.publicPath %>static/browserfs12/browserfs<%=process.env.NODE_ENV |
| === 'development' ? '' : '.min'%>.js" |
| type="text/javascript"></script> |
|
|
| <script> |
| if (BrowserFS) { |
| window.process = { |
| env: { |
| VSCODE_DEV: false |
| }, |
| nextTick: function(cb) { |
| return requestAnimationFrame(cb); |
| }, |
| once: BrowserFS.BFSRequire('process').once, |
| removeListener: function () {} |
| }; |
| window.Buffer = BrowserFS.BFSRequire('buffer').Buffer; |
| } |
| </script> |
|
|
| |
| <script src="/public/14/vs/loader.js"></script> |
| <script> |
| window.require.config({ |
| url:"/public/14/vs/loader.js", |
| paths:{vs:"/public/14/vs"} |
| }); |
| </script> |
|
|
| |
| <style> |
| html, body { |
| |
| |
| |
| |
| |
| |
| |
| |
| overscroll-behavior-x: none; |
| } |
| </style> |
| </head> |
|
|
| <body style="margin: 0; padding: 0; background-color: #191d1f; overflow: hidden;"> |
| <div id="root"></div> |
| </body> |
|
|
| </html> |
|
|