summaryrefslogtreecommitdiff
path: root/Harmonograph.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-08-31 14:58:23 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-08-31 14:58:23 -0400
commita982632b1cc3218d74acec2b5f6a69ffc5e97ead (patch)
treed7a7761c1a905450c3d57f4ae75048616850c06b /Harmonograph.html
parentafff994f985121e89de4b1e3bb509b62eb956e5a (diff)
Cleaned up code and improved website layout.
Diffstat (limited to 'Harmonograph.html')
-rw-r--r--Harmonograph.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/Harmonograph.html b/Harmonograph.html
index f9e1151..14991ac 100644
--- a/Harmonograph.html
+++ b/Harmonograph.html
@@ -16,7 +16,7 @@
<button onclick="start();">Start</button><br>
<button onclick="saveCanvas();">Save image</button><br>
- <button onclick="addPendulum();">Add pendulum</button>
+ <button onclick="addPendulum();">Add pendulum</button><br>
<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
<script src="js/Harmonograph.js"></script>