addons/isl/visualStudio.htmlblame
View source
b69ab311<!doctype html>
b69ab312<html lang="en">
b69ab313 <head>
b69ab314 <meta charset="utf-8" />
b69ab315 <meta name="viewport" content="width=device-width, initial-scale=1" />
b69ab316 <meta name="referrer" content="no-referrer" />
b69ab317 <title>Interactive Smartlog</title>
b69ab318 <style>
b69ab319 /* styles specific to browser implementation, to embed component with correct scrolling */
b69ab3110 body {
b69ab3111 margin: 0;
b69ab3112 overflow: hidden;
b69ab3113 }
b69ab3114 </style>
b69ab3115 </head>
b69ab3116
b69ab3117 <body>
b69ab3118 <div id="root"></div>
b69ab3119 <script type="module" src="/src/platform/visualStudioPlatform.ts"></script>
b69ab3120 </body>
b69ab3121</html>