summaryrefslogtreecommitdiff
path: root/Harmonograph.html
diff options
context:
space:
mode:
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>