diff options
| author | Yuval Adam <yuv.adm@gmail.com> | 2012-05-20 13:35:19 +0300 |
|---|---|---|
| committer | Yuval Adam <yuv.adm@gmail.com> | 2012-05-20 13:35:19 +0300 |
| commit | 9b45d5a6790740fa61beed7676f694dd820f8bad (patch) | |
| tree | 672ecd188568e470ac6fb3c3100e307415273e7b | |
| parent | 9c1bb2ed99f26b84536c0d3f26060de6271b11b5 (diff) | |
flip buttons
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -21,8 +21,8 @@ <h1>L-Systems.JS</h1> <p>Explore the power of L-Systems</p> <p> - <a class="btn btn-large" href="http://github.com/yuvadm/lsys.js">L-Systems.JS on Github</a> - <a class="btn btn-primary btn-large" href="lsys.js">Download L-Systems.JS</a> + <a class="btn btn-large" href="lsys.js">Download L-Systems.JS</a> + <a class="btn btn-primary btn-large" href="http://github.com/yuvadm/lsys.js">L-Systems.JS on Github</a> </p> </div> |
