CodexCapsule / index.html
LordXido's picture
Update index.html
eda5cf6 verified
raw
history blame
627 Bytes
<!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>