diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-05-18 21:07:33 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-05-18 21:07:33 +0300 |
| commit | 60ac675cf47930778e39d1caa5fd02832100073b (patch) | |
| tree | 9a74d948adbcbea961bcac8ee9f3917b361baceb | |
| parent | 4f25fdbe6c14ebbe6976e2263b88fc517135cd3a (diff) | |
typo
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,13 +1,13 @@ <html> <head> - <title>Wishing Tree Playground</title> + <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="lsys.js"></script> </head> <body> - <h2>L-Systems.js Playground</h2> + <h2>L-Systems.JS Playground</h2> <div id="container"></div> <script> |
