aboutsummaryrefslogtreecommitdiff
path: root/tools/viz/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'tools/viz/index.html')
-rw-r--r--tools/viz/index.html10
1 files changed, 10 insertions, 0 deletions
diff --git a/tools/viz/index.html b/tools/viz/index.html
index 5085faf..b146b5d 100644
--- a/tools/viz/index.html
+++ b/tools/viz/index.html
@@ -19,5 +19,15 @@
<canvas width=800 height=800 id="camcanvas"></canvas>
</div>
</div>
+ <div id="console" style="width: 500px;
+ height: 200px;
+ border: 1px solid white;
+ position: absolute;
+ bottom: 20px;
+ overflow: auto;
+ background-color: rgba(0,200,200, .25);
+ z-index: 3;">
+
+ </div>
</body>
</html>