summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYuval Adam <yuv.adm@gmail.com>2012-05-20 13:35:19 +0300
committerYuval Adam <yuv.adm@gmail.com>2012-05-20 13:35:19 +0300
commit9b45d5a6790740fa61beed7676f694dd820f8bad (patch)
tree672ecd188568e470ac6fb3c3100e307415273e7b
parent9c1bb2ed99f26b84536c0d3f26060de6271b11b5 (diff)
flip buttons
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 167f987..e47e251 100644
--- a/index.html
+++ b/index.html
@@ -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>