File size: 585 Bytes
bb910bd
 
0e69b73
bb910bd
f0f5d31
bb910bd
 
0e69b73
bb910bd
4861253
f0f5d31
 
4861253
f0f5d31
 
 
 
 
 
b648cee
f0f5d31
b648cee
f0f5d31
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
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="UTF-8" />
  <title>CodexReality3D v9.8</title>
  <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  <link rel="stylesheet" href="style.css" />
</head>
<body>

<div id="root">
  <canvas id="viewport" width="256" height="256"></canvas>

  <div id="console">
    <pre id="log">CodexReality3D v9.8
Initializing...
Type commands or natural language.
</pre>
    <input id="input" placeholder="> enter command or language stream" />
  </div>
</div>

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