Initialize remote IDE scaffold
This commit is contained in:
@@ -0,0 +1,33 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
|
||||
<head>
|
||||
<meta charset="UTF-8">
|
||||
<title>Theia — Secondary Window</title>
|
||||
<style>
|
||||
html, body {
|
||||
overflow: hidden;
|
||||
-ms-overflow-style: none;
|
||||
}
|
||||
|
||||
body {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
html,
|
||||
head,
|
||||
body,
|
||||
.secondary-widget-root,
|
||||
#widget-host {
|
||||
width: 100% !important;
|
||||
height: 100% !important;
|
||||
}
|
||||
</style>
|
||||
<link rel="stylesheet" href="./secondary-window.css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="widget-host"></div>
|
||||
</body>
|
||||
|
||||
</html>
|
||||
Reference in New Issue
Block a user