diff options
| author | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-02 20:38:01 +0000 |
|---|---|---|
| committer | James Barnett <noreply@jamesbarnett.xyz> | 2022-01-02 20:38:01 +0000 |
| commit | dde729e31a3aa9b5dadd0c0f07b3cb1f497067bb (patch) | |
| tree | 5b09c856af7c16008891b736cd504a3d068e234d /index.html | |
| parent | e075667cd2dc878dd9dceb07c85719f6712bcda1 (diff) | |
| download | js-raytracer-dde729e31a3aa9b5dadd0c0f07b3cb1f497067bb.tar.xz js-raytracer-dde729e31a3aa9b5dadd0c0f07b3cb1f497067bb.zip | |
Add console output
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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> |