aboutsummaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorJames Barnett <noreply@jamesbarnett.xyz>2022-01-02 20:38:01 +0000
committerJames Barnett <noreply@jamesbarnett.xyz>2022-01-02 20:38:01 +0000
commitdde729e31a3aa9b5dadd0c0f07b3cb1f497067bb (patch)
tree5b09c856af7c16008891b736cd504a3d068e234d /index.html
parente075667cd2dc878dd9dceb07c85719f6712bcda1 (diff)
downloadjs-raytracer-dde729e31a3aa9b5dadd0c0f07b3cb1f497067bb.tar.xz
js-raytracer-dde729e31a3aa9b5dadd0c0f07b3cb1f497067bb.zip
Add console output
Diffstat (limited to 'index.html')
-rw-r--r--index.html1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.html b/index.html
index 1c74f6e..c74d2a7 100644
--- a/index.html
+++ b/index.html
@@ -64,6 +64,7 @@
</div>
</div>
<button id="render" class="btn btn-primary">Render</button>
+ <pre class="code"><code id="console"></code></pre>
</div>
</div>
</div>