File size: 627 Bytes
b648cee
eda5cf6
0e69b73
b648cee
eda5cf6
b648cee
0e69b73
 
4861253
3b89333
4861253
 
 
 
eda5cf6
4861253
eda5cf6
4861253
 
 
eda5cf6
4861253
 
b648cee
3b89333
b648cee
3b89333
0e69b73
b648cee
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
<!doctype html>
<html>
<head>
  <meta charset="utf-8"/>
  <title>CodexReality3D v9+</title>
  <link rel="stylesheet" href="style.css"/>
</head>
<body>

<div id="app">
  <canvas id="viewport"></canvas>

  <div id="side">
    <div id="console">
      <div class="header">Codex Console</div>
      <div id="log"></div>
      <input id="input" placeholder="> natural language or command"/>
    </div>

    <div id="web">
      <div class="header">Web Layer</div>
      <iframe id="browser" sandbox="allow-scripts allow-same-origin"></iframe>
    </div>
  </div>
</div>

<script type="module" src="main.js"></script>
</body>
</html>