aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2016-11-16 00:06:17 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2016-11-16 00:06:17 +0000
commit267d5672940413f94898ae34e84c81758f629f7b (patch)
treee3ece9cc559764cd5dc84effb31262506a005a77 /index.php
parent160d670eecff088469a3257b90ed77c6c0577758 (diff)
added canvas id for cube canvas
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index e7cdea0..12290c9 100644
--- a/index.php
+++ b/index.php
@@ -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>