diff options
| author | kdam0 <kumar.damani@mail.utoronto.ca> | 2016-11-16 00:06:17 +0000 |
|---|---|---|
| committer | kdam0 <kumar.damani@mail.utoronto.ca> | 2016-11-16 00:06:17 +0000 |
| commit | 267d5672940413f94898ae34e84c81758f629f7b (patch) | |
| tree | e3ece9cc559764cd5dc84effb31262506a005a77 /index.html | |
| parent | 160d670eecff088469a3257b90ed77c6c0577758 (diff) | |
added canvas id for cube canvas
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -9,6 +9,6 @@ </head> <body id="body"> <canvas id="main-canvas" width="600" height="600"></canvas> - + <canvas id="cube-canvas" width="600" height="600"></canvas> </body> </html> |
