summaryrefslogtreecommitdiff
path: root/AutoHarmonograph.html
diff options
context:
space:
mode:
authorpommicket <leonardomtenenbaum@gmail.com>2016-07-10 22:51:10 -0400
committerpommicket <leonardomtenenbaum@gmail.com>2016-07-10 22:51:10 -0400
commit9f310699d824dc8218daf07aa27a6fac88d491cb (patch)
tree43cf579e32bd2ed1d704a3de1bc700796e12e096 /AutoHarmonograph.html
parentcc11e7ddaa755d9ddbc7e0a3e9a94e492f570196 (diff)
External JS and CSS
Diffstat (limited to 'AutoHarmonograph.html')
-rw-r--r--AutoHarmonograph.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/AutoHarmonograph.html b/AutoHarmonograph.html
index bebf100..cdd3fa6 100644
--- a/AutoHarmonograph.html
+++ b/AutoHarmonograph.html
@@ -1,7 +1,7 @@
<html>
<head>
<title>AutoHarmonograph</title>
-<link rel="stylesheet" href="css/bootstrap.min.css">
+<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.6/css/bootstrap.min.css">
<link rel="stylesheet" href="css/style.css">
</head>
<body>
@@ -14,7 +14,7 @@ Number of pendulums: <input type="number" id="npendulums"><br>
Maximum damping: <input type="number" id="DMAX"><br>
<button onclick="start();">Start</button><br>
<button onclick="saveCanvas();">Save image</button><br>
-<script src="js/p5.js"></script>
+<script src="https://cdnjs.cloudflare.com/ajax/libs/p5.js/0.5.2/p5.js"></script>
<script src="js/AutoHarmonograph.js"></script>
</body>
</html> \ No newline at end of file