diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-09-10 12:24:12 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-09-10 12:24:12 +0300 |
| commit | ad0baf8d5b25c89baea89b757f3f157caf83dcfc (patch) | |
| tree | 80cb236d981551435cb4ca1063b71bb80befcfac /index.html | |
| parent | 07472b4fbdfaf51d530de56003eee64b20bb3797 (diff) | |
update three.js urlgh-pages
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -3,7 +3,7 @@ <head> <title>L-Systems.JS Playground</title> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> - <script src="http://mrdoob.github.com/three.js/build/Three.js"></script> + <script src="http://mrdoob.github.com/three.js/build/three.min.js"></script> <script src="bootstrap.min.js"></script> <script src="lsys.js"></script> <link rel="stylesheet" href="bootstrap.css" type="text/css"/> |
