Spaces:
Running
Running
Update index.html
Browse files- 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
|
| 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="
|
| 13 |
|
| 14 |
<div id="console">
|
| 15 |
-
<div class="header">Codex
|
| 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 v5 — Quantum 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>
|