LordXido commited on
Commit
eda5cf6
·
verified ·
1 Parent(s): a166afc

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +5 -13
index.html CHANGED
@@ -1,34 +1,26 @@
1
  <!doctype html>
2
- <html lang="en">
3
  <head>
4
  <meta charset="utf-8"/>
5
- <title>CodexReality3D v8</title>
6
- <meta name="viewport" content="width=device-width, initial-scale=1"/>
7
  <link rel="stylesheet" href="style.css"/>
8
  </head>
9
  <body>
10
 
11
  <div id="app">
12
-
13
- <!-- 3D World -->
14
  <canvas id="viewport"></canvas>
15
 
16
- <!-- Side Panel -->
17
  <div id="side">
18
-
19
- <!-- Console -->
20
  <div id="console">
21
- <div class="header">Codex v8 Console</div>
22
  <div id="log"></div>
23
- <input id="input" placeholder="> command or natural language"/>
24
  </div>
25
 
26
- <!-- Web Explorer -->
27
  <div id="web">
28
- <div class="header">World Wide Web Layer</div>
29
  <iframe id="browser" sandbox="allow-scripts allow-same-origin"></iframe>
30
  </div>
31
-
32
  </div>
33
  </div>
34
 
 
1
  <!doctype html>
2
+ <html>
3
  <head>
4
  <meta charset="utf-8"/>
5
+ <title>CodexReality3D v9+</title>
 
6
  <link rel="stylesheet" href="style.css"/>
7
  </head>
8
  <body>
9
 
10
  <div id="app">
 
 
11
  <canvas id="viewport"></canvas>
12
 
 
13
  <div id="side">
 
 
14
  <div id="console">
15
+ <div class="header">Codex Console</div>
16
  <div id="log"></div>
17
+ <input id="input" placeholder="> natural language or command"/>
18
  </div>
19
 
 
20
  <div id="web">
21
+ <div class="header">Web Layer</div>
22
  <iframe id="browser" sandbox="allow-scripts allow-same-origin"></iframe>
23
  </div>
 
24
  </div>
25
  </div>
26