LordXido commited on
Commit
67c391f
·
verified ·
1 Parent(s): bc29563

Update index.html

Browse files
Files changed (1) hide show
  1. index.html +3 -3
index.html CHANGED
@@ -2,17 +2,17 @@
2
  <html lang="en">
3
  <head>
4
  <meta charset="utf-8"/>
5
- <title>CodexReality3D v4World Engine</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
- <canvas id="viewport"></canvas>
13
 
14
  <div id="console">
15
- <div class="header">Codex v4 Console</div>
16
  <div id="log"></div>
17
  <input id="input" placeholder="> command (help)" autocomplete="off"/>
18
  </div>
 
2
  <html lang="en">
3
  <head>
4
  <meta charset="utf-8"/>
5
+ <title>CodexReality3D v5Quantum Fractal Engine</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
+ <canvas id="gl"></canvas>
13
 
14
  <div id="console">
15
+ <div class="header">Codex v5 Console</div>
16
  <div id="log"></div>
17
  <input id="input" placeholder="> command (help)" autocomplete="off"/>
18
  </div>