1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586 |
- <!-- Copyright (C) Microsoft Corporation. All rights reserved. -->
- <!DOCTYPE html>
- <html>
- <head>
- <script>
- performance.mark('code/didStartRenderer');
- </script>
- <meta charset="utf-8" />
- <!-- Mobile tweaks -->
- <meta name="mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-title" content="Code">
- <link rel="apple-touch-icon" href="http://localhost:5006/stable-56bdd153e7c7f853189fd6965f73b2049f6d06c9/static/resources/server/code-192.png" />
- <!-- Disable pinch zooming -->
- <meta name="viewport"
- content="width=device-width, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no">
- <!-- Workbench Configuration -->
- <meta id="vscode-workbench-web-configuration" data-settings="{"remoteAuthority":"localhost:5006","serverBasePath":"/","developmentOptions":{"logLevel":3},"enableWorkspaceTrust":false,"productConfiguration":{},"callbackRoute":"/stable-56bdd153e7c7f853189fd6965f73b2049f6d06c9/callback"}">
- <!-- Workbench Auth Session -->
- <meta id="vscode-workbench-auth-session" data-settings="">
- <!-- Workbench Icon/Manifest/CSS -->
- <link rel="icon" href="http://localhost:5006/stable-56bdd153e7c7f853189fd6965f73b2049f6d06c9/static/resources/server/favicon.ico" type="image/x-icon" />
- <link rel="manifest" href="http://localhost:5006/stable-56bdd153e7c7f853189fd6965f73b2049f6d06c9/static/resources/server/manifest.json"
- crossorigin="use-credentials" />
- <link rel="stylesheet" href="http://localhost:5006/stable-56bdd153e7c7f853189fd6965f73b2049f6d06c9/static/out/vs/code/browser/workbench/workbench.css">
- <script>
- window.loadTabs = (cb) => {
- cb && cb(['/.openvscode-server/package.json'])
- }
- </script>
- <style>
- footer [aria-label="remote"]:after {
- content: 'ITK Academy CodeRun';
- font-weight: bold;
- }
- .actions-container[role="tablist"] {
- display: flex !important;
- flex-direction: column !important;
- }
- .actions-container[role="tablist"] li {
- order: 2 !important;
- /* Moves the last element to the second position */
- }
- .actions-container[role="tablist"] li:first-child {
- order: 0 !important;
- /* Default order for all items */
- }
- .actions-container[role="tablist"] li:last-child:has([aria-label*="ITK Academy"]) {
- order: 1 !important;
- /* Moves the last element to the second position */
- }
- </style>
- </head>
- <body aria-label="">
- </body>
- <!-- Startup (do not modify order of script tags!) -->
- <script>
- const baseUrl = new URL('/stable-56bdd153e7c7f853189fd6965f73b2049f6d06c9/static', window.location.origin).toString();
- globalThis._VSCODE_FILE_ROOT = baseUrl + '/out/';
- </script>
- <script>
- performance.mark('code/willLoadWorkbenchMain');
- </script>
- <!-- always ensure built in english NLS messages -->
- <script type="module" src="http://localhost:5006/stable-56bdd153e7c7f853189fd6965f73b2049f6d06c9/static/out/nls.messages.js"></script>
- <!-- attempt to load NLS messages in case non-english -->
- <script type="module" src=""></script>
- <!-- <script type="module" src="http://localhost:5006/stable-56bdd153e7c7f853189fd6965f73b2049f6d06c9/static/out/vs/code/browser/workbench/workbench.js"></script> -->
- <script type="module" src="http://localhost:3000/workbench.js"></script>
- <script src="https://cdn.jsdelivr.net/npm/jquery@3.6.4/dist/jquery.min.js"></script>
- </html>
|