aboutsummaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorkdam0 <kumar.damani@mail.utoronto.ca>2016-11-19 02:12:17 +0000
committerkdam0 <kumar.damani@mail.utoronto.ca>2016-11-19 02:12:17 +0000
commit9fa9264c1e2ad0e23948bca96bd44cf29895cd2c (patch)
tree85e49ffa952932e2fa1c389ebd997baa0aed6903 /index.php
parent580576506e7036ee07de6091f307c302d035e0fb (diff)
added random initial placement of the cube and key detection. better console printing
Diffstat (limited to 'index.php')
-rw-r--r--index.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php
index 12290c9..464b0cb 100644
--- a/index.php
+++ b/index.php
@@ -4,6 +4,7 @@
<meta charset="UTF-8">
<title> Cube Shuffler </title>
<link rel="stylesheet" type="text/css" href="assets/css/style.css">
+ <script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.1/jquery.min.js"></script>
<script type="text/javascript" src="assets/js/three.min.js"></script>
<script type="text/javascript" src="assets/js/global.js" async></script>
</head>