-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
39 lines (34 loc) · 1.62 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<meta name="theme-color" content="#000000" />
<link rel="shortcut icon" type="image/ico" href="/favicon.ico" />
<link type="text/css" rel="stylesheet" href="/jquery.terminal.min.css"/>
<link type="text/css" rel="stylesheet" href="/goldenlayout-base.css" />
<link type="text/css" rel="stylesheet" href="/goldenlayout-dark-theme.css" />
<script src="/jquery.min.js"></script>
<script src="/jquery-ui.min.js"></script>
<script src="/jquery.terminal.min.js"></script>
<script src="/goldenlayout.min.js"></script>
<script src="/panzoom.min.js"></script>
<script src="/acorn.js"></script>
<script src="/interpreter.js"></script>
<title>CHAMBER</title>
</head>
<body>
<noscript>You need to enable JavaScript to run this app.</noscript>
<div id="root"></div>
<div id="screen_Workspace" style="height:100%; width:100%"></div>
<div id="screen_Signals" style="height:100%; width:100%"></div>
<div id="screen_Blueprint" style="height:100%; width:100%"></div>
<div id="screen_Simulator" style="height:100%; width:100%"></div>
<div id="screen_Analytics" style="height:100%; width:100%"></div>
<div id="screen_Scripts" style="height:100%; width:100%"></div>
<div id="screen_Controls" style="height:100%; width:100%"></div>
<div id="screen_ger" style="height:100%; width:100%"></div>
<div id="bufferWindow" style="display:hidden;"></div>
<script src="/src/index.jsx" type="module"></script>
</body>
</html>